Meta: Updated CodingStyle.md clang-format requirement from 8 to 10

Fixes #2213
This commit is contained in:
DexesTTP 2020-05-15 08:59:25 +02:00 committed by Andreas Kling
parent 7cc442dc44
commit c715b13ffc
Notes: sideshowbarker 2024-07-19 06:39:01 +09:00

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 8 or later!**
**Important: Make sure you use `clang-format` version 10 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.