summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDexesTTP <dexes.ttp@gmail.com>2020-05-15 08:59:25 +0200
committerAndreas Kling <kling@serenityos.org>2020-05-15 09:48:14 +0200
commitc715b13ffc345bf5a44e15a42de97acc4e95dd49 (patch)
tree56707a1e60fdb3199b5516cdc878943e784e676c
parent7cc442dc44a957b8c10529aab2c10da5586f5672 (diff)
downloadserenity-c715b13ffc345bf5a44e15a42de97acc4e95dd49.zip
Meta: Updated CodingStyle.md clang-format requirement from 8 to 10
Fixes #2213
-rw-r--r--Documentation/CodingStyle.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingStyle.md b/Documentation/CodingStyle.md
index 4ba1670917..be3cb373db 100644
--- a/Documentation/CodingStyle.md
+++ b/Documentation/CodingStyle.md
@@ -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.