| 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)?$' |