.clang-format - ColumnLimit: 150
because SPDX tag lines are longer than 100 already
This commit is contained in:
@@ -46,7 +46,7 @@ AlignAfterOpenBracket: true
|
||||
AlwaysBreakBeforeMultilineStrings: false
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
BinPackParameters: true
|
||||
ColumnLimit: 100
|
||||
ColumnLimit: 150
|
||||
Cpp11BracedListStyle: false
|
||||
DerivePointerBinding: false
|
||||
ExperimentalAutoDetectBinPacking: false
|
||||
|
||||
Reference in New Issue
Block a user