clang-format: set ColumnLimit to 135
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com> Change-Id: Ic757479a822b063c045b07047b47073b5678e49a
This commit is contained in:
parent
d570e42695
commit
e0e25d28c6
|
@ -38,7 +38,7 @@ BreakBeforeTernaryOperators: true
|
||||||
BreakConstructorInitializersBeforeComma: false
|
BreakConstructorInitializersBeforeComma: false
|
||||||
# clang-format > v3.8.0: BreakAfterJavaFieldAnnotations: false
|
# clang-format > v3.8.0: BreakAfterJavaFieldAnnotations: false
|
||||||
# clang-format > v3.8.0: BreakStringLiterals: true
|
# clang-format > v3.8.0: BreakStringLiterals: true
|
||||||
ColumnLimit: 0
|
ColumnLimit: 135
|
||||||
CommentPragmas: '^ IWYU pragma:'
|
CommentPragmas: '^ IWYU pragma:'
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||||
ConstructorInitializerIndentWidth: 4
|
ConstructorInitializerIndentWidth: 4
|
||||||
|
|
Loading…
Reference in New Issue