From 618947c63bd2b6d45b79c50f0d1be61d27df61f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Fri, 14 Feb 2020 08:11:40 +0100 Subject: [PATCH] Switch AlwaysBreakAfterReturnType from TopLevelDefinitions to All The AlwaysBreakAfterReturnType: TopLevelDefinitions was unwrapping the declarations of the functions in the header files. --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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