Просмотр исходного кода

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 месяц назад
Родитель
Сommit
786e02cb3e
1 измененных файлов с 1 добавлено и 0 удалено
  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