19 lines
407 B
YAML
19 lines
407 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ContinuationIndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
ColumnLimit: 120
|
|
BreakBeforeBraces: Attach
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLoopsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
IndentCaseLabels: true
|
|
SortIncludes: Never
|
|
ReflowComments: false
|
|
PointerAlignment: Left
|
|
ReferenceAlignment: Left
|
|
SpaceBeforeParens: ControlStatements
|
|
...
|