rtl_433/.clang-format
2022-01-09 12:36:43 +01:00

13 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