summaryrefslogtreecommitdiff
path: root/epan/ftypes
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/.editorconfig41
-rw-r--r--epan/ftypes/Makefile.am1
2 files changed, 42 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
diff --git a/epan/ftypes/Makefile.am b/epan/ftypes/Makefile.am
index fd5f0b90bb..a10d1b2c90 100644
--- a/epan/ftypes/Makefile.am
+++ b/epan/ftypes/Makefile.am
@@ -37,6 +37,7 @@ MAINTAINERCLEANFILES = \
libftypes_la_SOURCES = $(NONGENERATED_C_FILES) $(NONGENERATED_HEADER_FILES)
EXTRA_DIST = \
+ .editorconfig \
Makefile.common \
Makefile.nmake \
CMakeLists.txt