14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
|
---
|
||
|
BasedOnStyle: LLVM
|
||
|
ColumnLimit: 120
|
||
|
IndentWidth: 8
|
||
|
UseTab: ForIndentation
|
||
|
BreakBeforeBraces: Linux
|
||
|
|
||
|
AlignEscapedNewlines: DontAlign
|
||
|
AllowShortFunctionsOnASingleLine: Empty
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
BinPackParameters: false
|
||
|
IndentCaseLabels: false
|
||
|
...
|