.clang-format - set ColumnLimit to 0

else clang-format grows lines for you
This commit is contained in:
Allen Winter
2021-07-12 17:07:55 -04:00
parent 7001aa58ce
commit 5629e1dfc2

View File

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