mirror of https://github.com/merbanan/rtl_433.git
14 lines
368 B
YAML
14 lines
368 B
YAML
UseTab: Never
|
|
IndentWidth: 4
|
|
ContinuationIndentWidth: 8
|
|
BreakBeforeBraces: Stroustrup
|
|
AlignAfterOpenBracket: DontAlign
|
|
AlignEscapedNewlines: DontAlign
|
|
AlignConsecutiveAssignments: true
|
|
AlignConsecutiveMacros: AcrossEmptyLines
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 0
|
|
SortIncludes: false
|