mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 10:00:25 +00:00
Revert "tools: config clang-format to allow aligned macros"
This reverts commit 25314d5d87
.
This causes errors on clang-formatter for versions <= 10.
```
% git clang-format bgpd
YAML:14:25: error: invalid boolean
AlignConsecutiveMacros: AcrossComments
^~~~~~~~~~~~~~
error: `clang-format -lines=11624:11624 -lines=11802:11802 bgpd/bgp_vty.c` failed
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
cef398924c
commit
105bc93af5
@ -11,7 +11,6 @@ AllowShortFunctionsOnASingleLine: false
|
||||
IndentCaseLabels: false
|
||||
AlignEscapedNewlinesLeft: false
|
||||
AlignTrailingComments: true
|
||||
AlignConsecutiveMacros: AcrossComments
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AlignAfterOpenBracket: true
|
||||
SpaceAfterCStyleCast: false
|
||||
|
Loading…
Reference in New Issue
Block a user