diff options
| author | Mark Stapp <mjs@labn.net> | 2023-05-12 09:16:34 -0400 | 
|---|---|---|
| committer | Mark Stapp <mjs@labn.net> | 2023-05-12 09:16:34 -0400 | 
| commit | 25314d5d878bbcc5ff63ebe76db9b2143b3e04ab (patch) | |
| tree | 60a99df74f36625d29040f233d01effba12d95d9 /.clang-format | |
| parent | 32a2f283d1fa4e7d5acb3acab96a4bd2e36f189b (diff) | |
tools: config clang-format to allow aligned macros
Add an AlignConsecutiveMacros config for clang-format.
Signed-off-by: Mark Stapp <mjs@labn.net>
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
