blob: 03438e81c26a1f582bff8e1b67fc933adf83165b [file] [edit]
BasedOnStyle: Chromium
# Taken from:
# git grep -h '^#define [^[:space:]]*FOREACH[^[:space:]]*(' cras/ \
# | sed "s,^#define \([^[:space:]]*FOREACH[^[:space:]]*\)(.*$, - '\1'," \
# | sort | uniq
ForEachMacros:
- 'ARRAY_ELEMENT_FOREACH'
- 'DL_FOREACH'
- 'DL_FOREACH_INTERNAL'
- 'LL_FOREACH'
- 'LL_FOREACH_SAFE'
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^".+"$'
Priority: 2
- Regex: '.*'
Priority: 1
IncludeIsMainRegex: '(Test)?$'