23 lines
324 B
YAML
23 lines
324 B
YAML
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
|
|
ColumnLimit: 100
|
|
|
|
BreakBeforeBraces: Attach
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
PointerAlignment: Left
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
SortIncludes: true
|
|
|
|
IndentCaseLabels: true
|
|
|
|
AlignEscapedNewlines: Right
|