From 25314d5d878bbcc5ff63ebe76db9b2143b3e04ab Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Fri, 12 May 2023 09:16:34 -0400 Subject: [PATCH] tools: config clang-format to allow aligned macros Add an AlignConsecutiveMacros config for clang-format. Signed-off-by: Mark Stapp --- .clang-format | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5