mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +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
|
||||
# clang-format > v3.8.0: BreakAfterJavaFieldAnnotations: false
|
||||
# clang-format > v3.8.0: BreakStringLiterals: true
|
||||
ColumnLimit: 0
|
||||
ColumnLimit: 135
|
||||
CommentPragmas: '^ IWYU pragma:'
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
ConstructorInitializerIndentWidth: 4
|
||||
|
||||
Reference in New Issue
Block a user