mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +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
|
||||
AlignEscapedNewlinesLeft: false
|
||||
AlignTrailingComments: true
|
||||
AlignConsecutiveMacros: AcrossComments
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AlignAfterOpenBracket: true
|
||||
SpaceAfterCStyleCast: false
|
||||
|
Loading…
Reference in New Issue
Block a user