aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dfilter/.editorconfig')
-rw-r--r--epan/dfilter/.editorconfig52
1 files changed, 9 insertions, 43 deletions
diff --git a/epan/dfilter/.editorconfig b/epan/dfilter/.editorconfig
index 52f67cb70f..976affde39 100644
--- a/epan/dfilter/.editorconfig
+++ b/epan/dfilter/.editorconfig
@@ -4,50 +4,16 @@
# https://editorconfig.org/
#
-[dfilter-macro.[ch]]
+# C
+[*.{c,h}]
indent_style = tab
indent_size = tab
+tab_width = 8
-[dfilter.[ch]]
-indent_style = tab
-indent_size = tab
-
-[dfvm.[ch]]
-indent_style = tab
-indent_size = tab
-
-[gencode.[ch]]
-indent_style = tab
-indent_size = tab
+[drange.[ch]]
+indent_style = space
+indent_size = 4
-[semcheck.[ch]]
-indent_style = tab
-indent_size = tab
-
-[sttype-function.[ch]]
-indent_style = tab
-indent_size = tab
-
-[sttype-pointer.[ch]]
-indent_style = tab
-indent_size = tab
-
-[sttype-range.[ch]]
-indent_style = tab
-indent_size = tab
-
-[sttype-set.[ch]]
-indent_style = tab
-indent_size = tab
-
-[sttype-string.[ch]]
-indent_style = tab
-indent_size = tab
-
-[sttype-test.[ch]]
-indent_style = tab
-indent_size = tab
-
-[syntax-tree.[ch]]
-indent_style = tab
-indent_size = tab
+[dfunctions.[ch]]
+indent_style = space
+indent_size = 4