Skip to content

Commit 595d378

Browse files
evelikovgregkh
authored andcommitted
clang-format: bump column limit to 120
... to align with the .editorconfig value. Signed-off-by: Emil Velikov <[email protected]>
1 parent 33b083c commit 595d378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ BreakConstructorInitializersBeforeComma: false
5151
BreakConstructorInitializers: BeforeComma
5252
BreakAfterJavaFieldAnnotations: false
5353
BreakStringLiterals: false
54-
ColumnLimit: 80
54+
ColumnLimit: 120
5555
CommentPragmas: '^ IWYU pragma:'
5656
CompactNamespaces: false
5757
ConstructorInitializerAllOnOneLineOrOnePerLine: false

0 commit comments

Comments
 (0)