Bläddra i källkod

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.
Richard Smith 1 månad sedan
förälder
incheckning
786e02cb3e
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      .clang-format

+ 1 - 0
.clang-format

@@ -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