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