]> 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:13 +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 06769c966152af090235aac212834df4e20b2f2d..9e20c87cc3dbcddeefff1bded5aeac203133f679 100644 (file)
@@ -55,7 +55,7 @@ BreakConstructorInitializersBeforeComma: false
 BreakConstructorInitializers: BeforeComma
 BreakAfterJavaFieldAnnotations: false
 BreakStringLiterals: false
-ColumnLimit: 80
+ColumnLimit: 100
 # Linux: CommentPragmas: '^ IWYU pragma:'
 CommentPragmas: '\$(FRR|clippy)'
 CompactNamespaces: false