aboutsummaryrefslogtreecommitdiffstats
path: root/epan/nghttp2
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-06 17:41:38 +0000
committerJoão Valverde <j@v6e.pt>2016-03-08 10:46:35 +0000
commit5f8003e949d36f627dd7e46d98d32ef93cea333b (patch)
tree17501d0aefdd9e0ed1f337466359db3baae180e8 /epan/nghttp2
parente22b4008c660dde31e67b4017b69e882a75ca3ef (diff)
Add EditorConfig settings for most C files
Change-Id: I02e6d71290bbdf7504437b0d670955b3686b6b52 Reviewed-on: https://code.wireshark.org/review/14360 Reviewed-by: João Valverde <j@v6e.pt>
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 \