* .clang-format (ColumnLimit): Fix line length.

This commit is contained in:
Philipp Stephani 2020-12-23 17:34:26 +01:00
parent bdcea81a2f
commit 773f9eb467

View file

@ -4,7 +4,7 @@ AlignEscapedNewlinesLeft: true
AlwaysBreakAfterReturnType: TopLevelDefinitions
BreakBeforeBinaryOperators: All
BreakBeforeBraces: GNU
ColumnLimit: 80
ColumnLimit: 70
ContinuationIndentWidth: 2
ForEachMacros: [FOR_EACH_TAIL, FOR_EACH_TAIL_SAFE]
IncludeCategories: