From: Ondřej Surý Date: Fri, 14 Feb 2020 07:11:40 +0000 (+0100) Subject: Switch AlwaysBreakAfterReturnType from TopLevelDefinitions to All X-Git-Tag: v9.17.1~115^2~3 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=618947c63bd2b6d45b79c50f0d1be61d27df61f8;p=thirdparty%2Fbind9.git Switch AlwaysBreakAfterReturnType from TopLevelDefinitions to All The AlwaysBreakAfterReturnType: TopLevelDefinitions was unwrapping the declarations of the functions in the header files. --- diff --git a/.clang-format b/.clang-format index 8f653f68d1d..bb3a6218ede 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