mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 15:43:55 +00:00
Merge pull request #13518 from mjstapp/clang_align_macros
tools: config clang-format to allow aligned macros
This commit is contained in:
commit
f683852ba1
@ -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