diff --git a/cpp/.clang-format b/cpp/.clang-format index c24de71..8db43f4 100644 --- a/cpp/.clang-format +++ b/cpp/.clang-format @@ -14,6 +14,7 @@ Cpp11BracedListStyle: true AlignConsecutiveDeclarations: true AlignConsecutiveAssignments: true +AlignConsecutiveMacros: Consecutive AlignEscapedNewlines: Left AlignTrailingComments: true IndentWrappedFunctionNames: false