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 --- wsutil/.editorconfig | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 wsutil/.editorconfig (limited to 'wsutil/.editorconfig') diff --git a/wsutil/.editorconfig b/wsutil/.editorconfig new file mode 100644 index 0000000000..dc741c0777 --- /dev/null +++ b/wsutil/.editorconfig @@ -0,0 +1,140 @@ +# +# Editor configuration +# +# http://editorconfig.org/ +# + +[adler32.[ch]] +indent_size = 2 + +[aes.[ch]] +indent_style = tab +indent_size = tab + +[airpdcap_wep.[ch]] +indent_style = tab +indent_size = tab + +[base64.[ch]] +indent_style = tab +indent_size = tab + +[bitswap.[ch]] +indent_size = 2 + +[buffer.[ch]] +indent_style = tab +indent_size = tab + +[cfutils.[ch]] +indent_style = tab +indent_size = tab + +[clopts_common.[ch]] +indent_size = 2 + +[copyright_info.[ch]] +indent_style = tab +indent_size = tab + +[crash_info.[ch]] +indent_style = tab +indent_size = tab + +[crc10.[ch]] +indent_style = tab +indent_size = tab + +[crc32.[ch]] +indent_style = tab +indent_size = tab + +[des.[ch]] +indent_style = tab +indent_size = tab + +[file_util.[ch]] +indent_size = 6 + +[g711.[ch]] +indent_style = tab +indent_size = tab + +[inet_aton.[ch]] +indent_style = tab +indent_size = tab + +[inet_ntop.[ch]] +indent_style = tab +indent_size = tab + +[inet_pton.[ch]] +indent_style = tab +indent_size = tab + +[interface.[ch]] +indent_style = tab +indent_size = tab + +[jsmn.[ch]] +indent_size = 8 + +[md4.[ch]] +indent_style = tab +indent_size = tab + +[mpeg-audio.[ch]] +indent_style = tab +indent_size = tab + +[os_version_info.[ch]] +indent_style = tab +indent_size = tab + +[privileges.[ch]] +indent_style = tab +indent_size = tab + +[rc4.[ch]] +indent_size = 2 + +[report_err.[ch]] +indent_style = tab +indent_size = tab + +[str_util.[ch]] +indent_style = tab +indent_size = tab + +[strptime.[ch]] +indent_size = 2 + +[tempfile.[ch]] +indent_size = 2 + +[time_util.[ch]] +indent_style = tab +indent_size = tab + +[type_util.[ch]] +indent_size = 2 + +[u3.[ch]] +indent_size = 2 + +[unicode-utils.[ch]] +indent_size = 2 + +[ws_mempbrk.[ch]] +indent_style = tab +indent_size = tab + +[ws_mempbrk_sse42.[ch]] +indent_size = 2 + +[ws_version_info.[ch]] +indent_style = tab +indent_size = tab + +[wsgetopt.[ch]] +indent_size = 2 -- cgit v1.2.1