1BasedOnStyle: Chromium
2
3# Taken from:
4#   git grep -h '^#define [^[:space:]]*FOREACH[^[:space:]]*(' cras/ \
5#   | sed "s,^#define \([^[:space:]]*FOREACH[^[:space:]]*\)(.*$,  - '\1'," \
6#   | sort | uniq
7
8ForEachMacros:
9  - 'ARRAY_ELEMENT_FOREACH'
10  - 'DL_FOREACH'
11  - 'DL_FOREACH_INTERNAL'
12  - 'LL_FOREACH'
13  - 'LL_FOREACH_SAFE'
14
15