clang-format: Turn off trailing commas in braced lists lint. (#6978)

Our codebase does not conform to this rule, and it's causing havoc for
automated tooling that tries to "fix" it.
This commit is contained in:
Richard Smith
2026-03-27 12:03:58 +00:00
committed by GitHub
parent 262e24a2a0
commit 786e02cb3e
+1
View File
@@ -11,6 +11,7 @@ DerivePointerAlignment: 'false'
ExperimentalAutoDetectBinPacking: 'false'
FixNamespaceComments: 'true'
InsertBraces: 'true'
InsertTrailingCommas: None
PointerAlignment: Left
# We abuse control macros for formatting other kinds of macros.
SpaceBeforeParens: ControlStatementsExceptControlMacros