From 3e27bdaeb88fe7644258485be2edc7196d38fec9 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 10 Jul 2026 18:12:54 -0500 Subject: [PATCH] fix(pre-commit): normalize SPDX handling Signed-off-by: Bradley Dice --- cpp/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/.clang-format b/cpp/.clang-format index 4965d2a2b3..3a7d614bc8 100644 --- a/cpp/.clang-format +++ b/cpp/.clang-format @@ -56,7 +56,7 @@ BreakConstructorInitializers: BeforeColon BreakInheritanceList: BeforeColon BreakStringLiterals: true ColumnLimit: 100 -CommentPragmas: '^ ?[*]? ?(IWYU pragma:|SPDX-)' +CommentPragmas: '(IWYU pragma:|SPDX-)' CompactNamespaces: false ConstructorInitializerAllOnOneLineOrOnePerLine: true # Kept the below 2 to be the same as `IndentWidth` to keep everything uniform