blob: f304ad3a4489778c1906522357a93052f7741bdc (
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'
- 'cJSON_ArrayForEach'
|