diff --git a/.clang-format b/.clang-format index 5ff1461..a4fbf68 100644 --- a/.clang-format +++ b/.clang-format @@ -13,3 +13,4 @@ AlignConsecutiveDeclarations: AlignCompound: false AlignFunctionPointers: false PadOperators: false +AlignConsecutiveMacros: true