summaryrefslogtreecommitdiff
path: root/cras/src/tests/.clang-format
blob: a675ede33ac795aebf7bb39f61eff834ef10256a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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'