Skip to content

Commit e0e25d2

Browse files
clang-format: set ColumnLimit to 135
Signed-off-by: Artur Harasimiuk <[email protected]> Change-Id: Ic757479a822b063c045b07047b47073b5678e49a
1 parent d570e42 commit e0e25d2

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
@@ -38,7 +38,7 @@ BreakBeforeTernaryOperators: true
3838
BreakConstructorInitializersBeforeComma: false
3939
# clang-format > v3.8.0: BreakAfterJavaFieldAnnotations: false
4040
# clang-format > v3.8.0: BreakStringLiterals: true
41-
ColumnLimit: 0
41+
ColumnLimit: 135
4242
CommentPragmas: '^ IWYU pragma:'
4343
ConstructorInitializerAllOnOneLineOrOnePerLine: false
4444
ConstructorInitializerIndentWidth: 4

0 commit comments

Comments
 (0)