aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorAkihiro Suda <suda.akihiro@lab.ntt.co.jp>2019-03-28 20:24:12 +0900
committerAkihiro Suda <suda.akihiro@lab.ntt.co.jp>2019-03-28 20:24:12 +0900
commit806e1b5fd3a1b863c31380e631fa110ac0eebd22 (patch)
tree9c2b30bef1121cc9f109e40c1927f3f647d4c82f /.clang-format
parente38828424613cf3dcc48c95284d1a75092925f41 (diff)
downloadslirp-806e1b5fd3a1b863c31380e631fa110ac0eebd22.zip
slirp-806e1b5fd3a1b863c31380e631fa110ac0eebd22.tar.gz
slirp-806e1b5fd3a1b863c31380e631fa110ac0eebd22.tar.bz2
remove qtailq.h
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 0 insertions, 6 deletions
diff --git a/.clang-format b/.clang-format
index 9ae8088..17fb49f 100644
--- a/.clang-format
+++ b/.clang-format
@@ -35,12 +35,6 @@ ContinuationIndentWidth: 4
Cpp11BracedListStyle: false
DerivePointerAlignment: false
DisableFormat: false
-ForEachMacros: [
- 'QTAILQ_FOREACH',
- 'QTAILQ_FOREACH_REVERSE',
- 'QTAILQ_FOREACH_SAFE',
- 'QTAILQ_RAW_FOREACH',
-]
IndentCaseLabels: false
IndentWidth: 4
IndentWrappedFunctionNames: false