mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 11:50:21 +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
|
||||
AlignEscapedNewlinesLeft: false
|
||||
AlignTrailingComments: true
|
||||
AlignConsecutiveMacros: AcrossComments
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AlignAfterOpenBracket: true
|
||||
SpaceAfterCStyleCast: false
|
||||
|
Loading…
Reference in New Issue
Block a user