From 5f8003e949d36f627dd7e46d98d32ef93cea333b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 6 Mar 2016 17:41:38 +0000 Subject: Add EditorConfig settings for most C files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I02e6d71290bbdf7504437b0d670955b3686b6b52 Reviewed-on: https://code.wireshark.org/review/14360 Reviewed-by: João Valverde --- epan/nghttp2/.editorconfig | 8 ++++++++ epan/nghttp2/Makefile.am | 1 + 2 files changed, 9 insertions(+) create mode 100644 epan/nghttp2/.editorconfig (limited to 'epan/nghttp2') 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 \ -- cgit v1.2.3