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