10 lines
235 B
YAML
10 lines
235 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 8
|
|
UseTab: AlignWithSpaces
|
|
BreakBeforeBraces: Linux
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 80
|
|
AlignConsecutiveMacros: true
|