diff --git a/ApplicationCode/.clang-format b/ApplicationCode/.clang-format index eca91da817..4d43495c33 100644 --- a/ApplicationCode/.clang-format +++ b/ApplicationCode/.clang-format @@ -3,7 +3,7 @@ Language: Cpp # BasedOnStyle: LLVM AccessModifierOffset: -4 AlignAfterOpenBracket: Align -AlignConsecutiveAssignments: false +AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true AlignEscapedNewlinesLeft: true AlignOperands: true