From 837d9ca6885412a9fc481c16f9af7fef8a3a469b Mon Sep 17 00:00:00 2001 From: RipleyTom Date: Sat, 22 Oct 2022 11:00:47 +0200 Subject: [PATCH] Disable AlignConsecutiveAssignments --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 5019fbeba8..08b2119b34 100644 --- a/.clang-format +++ b/.clang-format @@ -21,7 +21,7 @@ Cpp11BracedListStyle: true IndentCaseLabels: false SortIncludes: false ReflowComments: true -AlignConsecutiveAssignments: true +AlignConsecutiveAssignments: false AlignTrailingComments: true AlignAfterOpenBracket: DontAlign ConstructorInitializerAllOnOneLineOrOnePerLine: false