diff --git a/.clang-format b/.clang-format index a56926b..97be398 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,7 @@ Language: Cpp InsertNewlineAtEOF: true AccessModifierOffset: -2 AlignAfterOpenBracket: Align -AlignConsecutiveMacros: false +AlignConsecutiveMacros: true AlignConsecutiveAssignments: Enabled: true AcrossComments: false