From 8f8b532c34ee1a05f2d1c190baea0c057378e080 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 12 Dec 2024 19:09:32 +0000 Subject: [PATCH] CodingStyle.md: update clang-format version to 16 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The formating script and .clang-format both require clang-format 16. Change-Id: Icfbf96fc0e31715cc988b5413d8c100442bab44a Signed-off-by: Jérémie Galarneau --- CodingStyle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodingStyle.md b/CodingStyle.md index 0aac92471..193880879 100644 --- a/CodingStyle.md +++ b/CodingStyle.md @@ -28,7 +28,7 @@ All the project's C++ files follow the [clang-format](https://clang.llvm.org/doc You _must_ format your changes with clang-format before you contribute a patch. -Note that clang-format 14 is required to use the project's `.clang-format` file. +Note that clang-format 16 is required to use the project's `.clang-format` file. Most text editors allow you to format a sub-section of a source file using clang-format to ensure it adheres to the project's style. -- 2.39.5