forked from Mirror/frr
*: 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>
This commit is contained in:
parent
f32e8ec202
commit
bc915893a2
|
@ -55,7 +55,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 a new issue