diff --git a/.clang-format b/.clang-format index 1b18323348..c51e0b3cec 100644 --- a/.clang-format +++ b/.clang-format @@ -11,6 +11,7 @@ AllowShortFunctionsOnASingleLine: false IndentCaseLabels: false AlignEscapedNewlinesLeft: false AlignTrailingComments: true +AlignConsecutiveMacros: AcrossComments AllowAllParametersOfDeclarationOnNextLine: false AlignAfterOpenBracket: true SpaceAfterCStyleCast: false