tools: config clang-format to allow aligned macros

Add an AlignConsecutiveMacros config for clang-format.

Signed-off-by: Mark Stapp <mjs@labn.net>
This commit is contained in:
Mark Stapp 2023-05-12 09:16:34 -04:00
parent 32a2f283d1
commit 25314d5d87

View File

@ -11,6 +11,7 @@ AllowShortFunctionsOnASingleLine: false
IndentCaseLabels: false
AlignEscapedNewlinesLeft: false
AlignTrailingComments: true
AlignConsecutiveMacros: AcrossComments
AllowAllParametersOfDeclarationOnNextLine: false
AlignAfterOpenBracket: true
SpaceAfterCStyleCast: false