]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Switch AlwaysBreakAfterReturnType from TopLevelDefinitions to All
authorOndřej Surý <ondrej@sury.org>
Fri, 14 Feb 2020 07:11:40 +0000 (08:11 +0100)
committerOndřej Surý <ondrej@sury.org>
Fri, 14 Feb 2020 08:07:46 +0000 (09:07 +0100)
The AlwaysBreakAfterReturnType: TopLevelDefinitions was unwrapping
the declarations of the functions in the header files.

.clang-format

index 8f653f68d1d9990875dc762146982ad4a5af8780..bb3a6218edecaadbe218d3dd68ff4ff339b2817f 100644 (file)
@@ -15,7 +15,7 @@ BraceWrapping:
   SplitEmptyFunction: true
 AllowShortIfStatementsOnASingleLine: false
 IndentCaseLabels: false
-AlwaysBreakAfterReturnType: TopLevelDefinitions
+AlwaysBreakAfterReturnType: All
 Cpp11BracedListStyle: false
 ColumnLimit: 80
 AlignAfterOpenBracket: Align