8 lines
192 B
YAML
8 lines
192 B
YAML
BasedOnStyle: LLVM
|
|
BreakBeforeBraces: Linux
|
|
UseTab: Always
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
IndentCaseLabels: true
|