* .clang-format (ColumnLimit): Fix line length.
This commit is contained in:
parent
bdcea81a2f
commit
773f9eb467
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue