aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes/.editorconfig')
-rw-r--r--epan/ftypes/.editorconfig41
1 files changed, 41 insertions, 0 deletions
diff --git a/epan/ftypes/.editorconfig b/epan/ftypes/.editorconfig
new file mode 100644
index 0000000000..97563d51ee
--- /dev/null
+++ b/epan/ftypes/.editorconfig
@@ -0,0 +1,41 @@
+#
+# Editor configuration
+#
+# http://editorconfig.org/
+#
+
+[ftype-bytes.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-integer.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-ipv4.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-ipv6.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-none.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-string.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-time.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftype-tvbuff.[ch]]
+indent_style = tab
+indent_size = tab
+
+[ftypes.[ch]]
+indent_style = tab
+indent_size = tab