From c715b13ffc345bf5a44e15a42de97acc4e95dd49 Mon Sep 17 00:00:00 2001 From: DexesTTP Date: Fri, 15 May 2020 08:59:25 +0200 Subject: [PATCH] Meta: Updated CodingStyle.md clang-format requirement from 8 to 10 Fixes #2213 --- Documentation/CodingStyle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/CodingStyle.md b/Documentation/CodingStyle.md index 4ba16709174..be3cb373dbc 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.