Skip to content

Commit 83237bd

Browse files
Revert "clang-format: set ColumnLimit to 135"
This reverts commit e0e25d2. Change-Id: I09179643d9c338f764755a2e7d7c64d51e6b4fd1 Signed-off-by: Artur Harasimiuk <[email protected]>
1 parent 7292a6e commit 83237bd

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: 135
41+
ColumnLimit: 0
4242
CommentPragmas: '^ IWYU pragma:'
4343
ConstructorInitializerAllOnOneLineOrOnePerLine: false
4444
ConstructorInitializerIndentWidth: 4

0 commit comments

Comments
 (0)