mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-15 11:04:09 +00:00
Merge pull request #16998 from FRRouting/mergify/bp/stable/9.1/pr-16934
*: Modify clang-format column limit to 100 (backport #16934)
This commit is contained in:
commit
18e2590772
@ -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