From 3362287273ff5b7973ca6c47fefa6ee74cf7cb14 Mon Sep 17 00:00:00 2001 From: asuessenbach Date: Tue, 15 Mar 2022 17:50:57 +0100 Subject: [PATCH] Revert some changes in .clang_format_11, that in fact are version 12 features. --- .clang-format_11 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.clang-format_11 b/.clang-format_11 index 2fef20f..f279bcc 100644 --- a/.clang-format_11 +++ b/.clang-format_11 @@ -1,11 +1,11 @@ --- AccessModifierOffset : -2 AlignAfterOpenBracket : Align -AlignConsecutiveAssignments : Consecutive -AlignConsecutiveBitFields : Consecutive -AlignConsecutiveDeclarations : Consecutive -AlignConsecutiveMacros : Consecutive +AlignConsecutiveAssignments : true +AlignConsecutiveDeclarations : true +AlignConsecutiveMacros : true AlignEscapedNewlines : Left +AlignOperands : true AlignTrailingComments : true AllowAllArgumentsOnNextLine : true AllowAllConstructorInitializersOnNextLine : true @@ -34,7 +34,6 @@ BraceWrapping : BeforeCatch : true BeforeElse : true BeforeLambdaBody : true - BeforeWhile : false IndentBraces : false SplitEmptyFunction : true SplitEmptyRecord : true