From: Jérémie Galarneau Date: Thu, 12 Dec 2024 19:09:32 +0000 (+0000) Subject: CodingStyle.md: update clang-format version to 16 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=8f8b532c34ee1a05f2d1c190baea0c057378e080;p=lttng-tools.git CodingStyle.md: update clang-format version to 16 The formating script and .clang-format both require clang-format 16. Change-Id: Icfbf96fc0e31715cc988b5413d8c100442bab44a Signed-off-by: Jérémie Galarneau --- 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.