From: Mark Stapp Date: Fri, 12 May 2023 13:16:34 +0000 (-0400) Subject: tools: config clang-format to allow aligned macros X-Git-Tag: base_9.0~74^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F13518%2Fhead;p=mirror%2Ffrr.git tools: config clang-format to allow aligned macros Add an AlignConsecutiveMacros config for clang-format. Signed-off-by: Mark Stapp --- 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