16 lines
371 B
YAML
16 lines
371 B
YAML
BasedOnStyle: LLVM
|
|||
|
|
IndentWidth: 3
|
||
|
|
TabWidth: 3
|
||
|
|
UseTab: Never
|
||
|
|
ColumnLimit: 0
|
||
|
|
BreakBeforeBraces: Attach
|
||
|
|
AllowShortFunctionsOnASingleLine: All
|
||
|
|
AllowShortBlocksOnASingleLine: Always
|
||
|
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
|
AllowShortLoopsOnASingleLine: true
|
||
|
|
SortIncludes: false
|
||
|
|
SpaceBeforeParens: Never
|
||
|
|
IndentCaseLabels: true
|
||
|
|
AccessModifierOffset: -3
|
||
|
|
PointerAlignment: Right
|