diff --git a/.clang-format b/.clang-format index 35b060e87e52..9225257c145c 100644 --- a/.clang-format +++ b/.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