1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:07:45 +00:00

Meta+Docs+CI: Require clang-format >= 11

This commit is contained in:
Linus Groh 2020-12-30 22:45:54 +01:00 committed by Andreas Kling
parent bbe787a0af
commit fb220d5678
6 changed files with 19 additions and 15 deletions

View file

@ -2,7 +2,7 @@
For low-level styling (spaces, parentheses, brace placement, etc), all code should follow the format specified in `.clang-format` in the project root.
**Important: Make sure you use `clang-format` version 10 or later!**
**Important: Make sure you use `clang-format` version 11 or later!**
This document describes the coding style used for C++ code in the Serenity Operating System project. All new code should conform to this style.