mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 20:27:14 +00:00
*: Modify clang-format column limit to 100
A bunch of recent discussion has gone on about this. Let's see
if we are actually interested in making a change.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
(cherry picked from commit bc915893a2
)
This commit is contained in:
parent
05708860d7
commit
a571fc4567
@ -54,7 +54,7 @@ BreakConstructorInitializersBeforeComma: false
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
BreakAfterJavaFieldAnnotations: false
|
||||
BreakStringLiterals: false
|
||||
ColumnLimit: 80
|
||||
ColumnLimit: 100
|
||||
# Linux: CommentPragmas: '^ IWYU pragma:'
|
||||
CommentPragmas: '\$(FRR|clippy)'
|
||||
CompactNamespaces: false
|
||||
|
Loading…
Reference in New Issue
Block a user