column limit

This commit is contained in:
berniev
2022-09-14 13:21:04 -05:00
committed by Chris Hennes
parent 8ed0ba5e45
commit d7792826b4
+1 -1
View File
@@ -33,7 +33,7 @@ BreakBeforeBinaryOperators: NonAssignment
BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeColon
BreakInheritanceList: BeforeColon
ColumnLimit: 0
ColumnLimit: 100
CompactNamespaces: false
ContinuationIndentWidth: 4
IndentCaseLabels: true