]> git.puffer.fish Git - matthieu/frr.git/commitdiff
*: Modify clang-format column limit to 100
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:25 +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 d16263da2e8f3be9848143b8c77953d7e38549c9..7a8be5410741a6749f33656481a1be4c838b48d2 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