mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Updated CodingStyle.md clang-format requirement from 8 to 10
Fixes #2213
This commit is contained in:
parent
7cc442dc44
commit
c715b13ffc
Notes:
sideshowbarker
2024-07-19 06:39:01 +09:00
Author: https://github.com/Dexesttp Commit: https://github.com/SerenityOS/serenity/commit/c715b13ffc3 Pull-request: https://github.com/SerenityOS/serenity/pull/2224 Issue: https://github.com/SerenityOS/serenity/issues/2213
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue