diff --git a/.clang-format b/.clang-format index ec2bd1bc4b..b53148694d 100644 --- a/.clang-format +++ b/.clang-format @@ -36,7 +36,7 @@ BraceWrapping: #SplitEmptyRecord: true #SplitEmptyNamespace: true BreakBeforeBinaryOperators: All -BreakBeforeBraces: WebKit +BreakBeforeBraces: Allman BreakBeforeInheritanceComma: false BreakBeforeTernaryOperators: true BreakConstructorInitializersBeforeComma: false