mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 01:15:33 +00:00
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:
parent
32a2f283d1
commit
25314d5d87
@ -11,6 +11,7 @@ AllowShortFunctionsOnASingleLine: false
|
|||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
AlignEscapedNewlinesLeft: false
|
AlignEscapedNewlinesLeft: false
|
||||||
AlignTrailingComments: true
|
AlignTrailingComments: true
|
||||||
|
AlignConsecutiveMacros: AcrossComments
|
||||||
AllowAllParametersOfDeclarationOnNextLine: false
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||||||
AlignAfterOpenBracket: true
|
AlignAfterOpenBracket: true
|
||||||
SpaceAfterCStyleCast: false
|
SpaceAfterCStyleCast: false
|
||||||
|
Loading…
Reference in New Issue
Block a user