summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig4
-rw-r--r--extcap/.editorconfig9
-rw-r--r--extcap/Makefile.am1
3 files changed, 10 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig
index 201167bb75..142f18fe39 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -68,7 +68,3 @@ indent_size = 2
[randpkt_core.[ch]]
indent_style = tab
indent_size = tab
-
-[extcap/{extcap-base,randpktdump,ssh-base,sshdump}.[ch]]
-indent_style = tab
-indent_size = tab
diff --git a/extcap/.editorconfig b/extcap/.editorconfig
new file mode 100644
index 0000000000..fa8c8081f8
--- /dev/null
+++ b/extcap/.editorconfig
@@ -0,0 +1,9 @@
+#
+# Editor configuration
+#
+# http://editorconfig.org/
+#
+
+[{extcap-base,randpktdump,ssh-base,sshdump}.[ch]]
+indent_style = tab
+indent_size = tab
diff --git a/extcap/Makefile.am b/extcap/Makefile.am
index 5a09365cda..99395bacb4 100644
--- a/extcap/Makefile.am
+++ b/extcap/Makefile.am
@@ -30,6 +30,7 @@ MAINTAINERCLEANFILES = \
Makefile.in
EXTRA_DIST = \
+ .editorconfig \
Makefile.common
extcap_PROGRAMS = \