Skip to content

Commit 99aa51c

Browse files
committed
Update the maximum line width in .clang-format
Signed-off-by: Drew Lewis <[email protected]>
1 parent 8f8f397 commit 99aa51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BraceWrapping:
2121
BreakBeforeBraces: Custom
2222
# fails if all initializers fit on one line
2323
BreakConstructorInitializers: AfterColon
24-
ColumnLimit: 0
24+
ColumnLimit: 90
2525
# fails
2626
ConstructorInitializerAllOnOneLineOrOnePerLine: false
2727
ConstructorInitializerIndentWidth: 2

0 commit comments

Comments
 (0)