diff --git a/.clang-format b/.clang-format index 8f653f68d1..bb3a6218ed 100644 --- a/.clang-format +++ b/.clang-format @@ -15,7 +15,7 @@ BraceWrapping: SplitEmptyFunction: true AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false -AlwaysBreakAfterReturnType: TopLevelDefinitions +AlwaysBreakAfterReturnType: All Cpp11BracedListStyle: false ColumnLimit: 80 AlignAfterOpenBracket: Align