13 lines
378 B
YAML
13 lines
378 B
YAML
BasedOnStyle: GNU
|
|
IndentWidth: 4
|
|
TabWidth: 4
|
|
UseTab: ForIndentation
|
|
IndentCaseLabels: False
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 150
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignConsecutiveMacros: Consecutive
|
|
AllowShortBlocksOnASingleLine: Always
|
|
AllowShortCaseLabelsOnASingleLine: True
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse |