column limit

This commit is contained in:
berniev
2022-09-15 03:57:50 +10:00
committed by Chris Hennes
parent 495182af06
commit f7c84dfd09

View File

@@ -33,7 +33,7 @@ BreakBeforeBinaryOperators: NonAssignment
BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeColon
BreakInheritanceList: BeforeColon
ColumnLimit: 0
ColumnLimit: 100
CompactNamespaces: false
ContinuationIndentWidth: 4
IndentCaseLabels: true