mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-15 15:50:07 +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
|
BreakConstructorInitializers: BeforeComma
|
||||||
BreakAfterJavaFieldAnnotations: false
|
BreakAfterJavaFieldAnnotations: false
|
||||||
BreakStringLiterals: false
|
BreakStringLiterals: false
|
||||||
ColumnLimit: 80
|
ColumnLimit: 100
|
||||||
# Linux: CommentPragmas: '^ IWYU pragma:'
|
# Linux: CommentPragmas: '^ IWYU pragma:'
|
||||||
CommentPragmas: '\$(FRR|clippy)'
|
CommentPragmas: '\$(FRR|clippy)'
|
||||||
CompactNamespaces: false
|
CompactNamespaces: false
|
||||||
|
Loading…
Reference in New Issue
Block a user