aboutsummaryrefslogtreecommitdiffstats
path: root/epan/nghttp2
diff options
context:
space:
mode:
Diffstat (limited to 'epan/nghttp2')
-rw-r--r--epan/nghttp2/.editorconfig8
-rw-r--r--epan/nghttp2/Makefile.am1
2 files changed, 9 insertions, 0 deletions
diff --git a/epan/nghttp2/.editorconfig b/epan/nghttp2/.editorconfig
new file mode 100644
index 0000000000..2c2a17d45e
--- /dev/null
+++ b/epan/nghttp2/.editorconfig
@@ -0,0 +1,8 @@
+#
+# Editor configuration
+#
+# http://editorconfig.org/
+#
+
+[*.[ch]]
+indent_size = 2
diff --git a/epan/nghttp2/Makefile.am b/epan/nghttp2/Makefile.am
index 78a02a8c44..cb82795f97 100644
--- a/epan/nghttp2/Makefile.am
+++ b/epan/nghttp2/Makefile.am
@@ -42,6 +42,7 @@ libnghttp2_la_SOURCES = \
$(LIBNGHTTP2_INCLUDES)
EXTRA_DIST = \
+ .editorconfig \
Makefile.common \
Makefile.nmake \
README.nghttp2 \