mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
9 lines
229 B
YAML
9 lines
229 B
YAML
BasedOnStyle: llvm
|
|
IndentWidth: 4
|
|
AllowShortFunctionsOnASingleLine: None
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
BreakBeforeBraces: Allman
|
|
IndentCaseLabels: true
|
|
ColumnLimit: 144
|
|
SortIncludes: false
|
|
SkipMacroDefinitionBody: true
|