mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:24:18 +08:00
clang-format: set ColumnLimit to 135
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com> Change-Id: Ic757479a822b063c045b07047b47073b5678e49a
This commit is contained in:
committed by
sys_ocldev
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
|
||||||
|
|||||||
Reference in New Issue
Block a user