From 6ccabfa223bc8d7304a0f03fc348b029c2e7f6b6 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:08:08 +0200 Subject: [PATCH 1/2] Remove potentially confusing version number in clang format --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 36a70ef86b..b31f75becc 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,6 @@ --- -# Style for Clang-Format version 10 -# https://releases.llvm.org/10.0.0/tools/clang/docs/ClangFormatStyleOptions.html +# Style for Clang-Format +# See e.g. https://releases.llvm.org/10.0.0/tools/clang/docs/ClangFormatStyleOptions.html BasedOnStyle: LLVM AccessModifierOffset: -4 AlignConsecutiveAssignments: true From a78ca56bf266fd238daeb27036032b006c9fe839 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:47:54 +0200 Subject: [PATCH 2/2] add better comment Co-authored-by: Peter L Jones --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index b31f75becc..083ab31527 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,7 @@ --- # Style for Clang-Format -# See e.g. https://releases.llvm.org/10.0.0/tools/clang/docs/ClangFormatStyleOptions.html +# See the appropriate version web page for a description of the options, for example +# https://releases.llvm.org/10.0.0/tools/clang/docs/ClangFormatStyleOptions.html BasedOnStyle: LLVM AccessModifierOffset: -4 AlignConsecutiveAssignments: true