blob: 2c3804ab715f1ded164b704033cfc382bd4c1345 (
plain) (
tree)
|
|
BasedOnStyle: LLVM
BreakBeforeBraces: Linux
IndentCaseLabels: false
AlignConsecutiveMacros: true
AllowShortIfStatementsOnASingleLine: false
ContinuationIndentWidth: 8
IndentWidth: 8
TabWidth: 8
UseTab: Always
ForEachMacros:
- 'LIST_FOREACH'
- 'CIRCLEQ_FOREACH'
|