mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Adjust code style to comply with clang-format rules
This commit is contained in:
parent
102657af58
commit
4aa36e6e91
9 changed files with 285 additions and 159 deletions
|
|
@ -3,3 +3,7 @@ IndentWidth: 4
|
|||
AllowShortFunctionsOnASingleLine: None
|
||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||
BreakBeforeBraces: Allman
|
||||
IndentCaseLabels: true
|
||||
ColumnLimit: 144
|
||||
SortIncludes: false
|
||||
SkipMacroDefinitionBody: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue