summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index b5ad036baa..2a6a8dc0fe 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -22,3 +22,9 @@ indent_style = tab
indent_style = space
indent_size = 4
charset = utf-8
+
+# Dissectors
+[epan/dissectors/*.[ch]]
+indent_style = space
+indent_size = 4
+charset = utf-8