mirror of
https://github.com/loopj/wavephoenix.git
synced 2026-01-12 15:21:28 +00:00
15 lines
394 B
YAML
15 lines
394 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 2
|
|
UseTab: Never
|
|
BreakBeforeBraces: Linux
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
IndentCaseLabels: true
|
|
ColumnLimit: 120
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveBitFields: true
|
|
AlignConsecutiveMacros: true
|
|
SkipMacroDefinitionBody: true
|