diff --git a/.clang-format b/.clang-format index 507b1eb232..505366dd9c 100644 --- a/.clang-format +++ b/.clang-format @@ -22,8 +22,8 @@ BraceWrapping: AccessModifierOffset: -4 AllowShortFunctionsOnASingleLine: InlineOnly -BreakConstructorInitializers: BeforeColon -BreakConstructorInitializersBeforeComma: true +BreakConstructorInitializers: AfterColon +BreakConstructorInitializersBeforeComma: false IndentCaseLabels: true ReflowComments: false Cpp11BracedListStyle: false