summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-05 02:06:28 +0000
committerJoão Valverde <j@v6e.pt>2016-03-08 10:45:49 +0000
commite22b4008c660dde31e67b4017b69e882a75ca3ef (patch)
tree7e464a25154cb01f1bcd318a8251309ad17fbd23 /.editorconfig
parentb63a8bdcb7c44b6d3bf00ecfce24830c1827721d (diff)
downloadwireshark-e22b4008c660dde31e67b4017b69e882a75ca3ef.tar.gz
Convert dissector modelines to EditorConfig file
Change-Id: I467b6ca940d2f89346fde46b7348b00eab40092e Reviewed-on: https://code.wireshark.org/review/14353 Reviewed-by: João Valverde <j@v6e.pt>
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