Skip to content

Commit cb5413a

Browse files
committed
Allow line lengths of 115 when formatting
we need that because of the slightly longer kate line needed for recent versions of that editor.
1 parent 40b3161 commit cb5413a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BreakBeforeBinaryOperators: true
1414
BreakBeforeTernaryOperators: true
1515
BreakConstructorInitializersBeforeComma: true
1616
BinPackParameters: true
17-
ColumnLimit: 110 # needed for the modelines
17+
ColumnLimit: 115 # needed for the modelines
1818
ConstructorInitializerAllOnOneLineOrOnePerLine: true
1919
DerivePointerBinding: false
2020
#ExperimentalAutoDetectBinPacking: false

0 commit comments

Comments
 (0)