.clang-format - ColumnLimit: 150

because SPDX tag lines are longer than 100 already
This commit is contained in:
Allen Winter
2021-07-12 16:38:08 -04:00
parent 4b06706d61
commit e4f0fae7e5

View File

@@ -46,7 +46,7 @@ AlignAfterOpenBracket: true
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: true
BinPackParameters: true
ColumnLimit: 100
ColumnLimit: 150
Cpp11BracedListStyle: false
DerivePointerBinding: false
ExperimentalAutoDetectBinPacking: false