diff options
| -rw-r--r-- | build/config/tests/cpp_style/.clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config/tests/cpp_style/.clang-format b/build/config/tests/cpp_style/.clang-format index b2d89e2e756..1f107ebb99a 100644 --- a/build/config/tests/cpp_style/.clang-format +++ b/build/config/tests/cpp_style/.clang-format @@ -15,7 +15,7 @@ AlwaysBreakTemplateDeclarations: true AlwaysBreakBeforeMultilineStrings: false BreakBeforeBinaryOperators: false BreakBeforeTernaryOperators: true -BreakConstructorInitializersBeforeComma: true +BreakConstructorInitializers: BeforeComma BinPackParameters: true ColumnLimit: 0 ConstructorInitializerAllOnOneLineOrOnePerLine: false |
