]> git.puffer.fish Git - mirror/frr.git/commitdiff
*: Modify clang-format column limit to 100 16998/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 26 Sep 2024 13:57:28 +0000 (09:57 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Thu, 3 Oct 2024 19:52:26 +0000 (19:52 +0000)
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 bc915893a21eeedcaaf612dc66f6d1646ba4a1f2)

.clang-format

index 3971384a365979a7966aebd939025338f1c35758..160617804b15e669e4a595e2c70eba915f46b907 100644 (file)
@@ -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