aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/.editorconfig
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 /wsutil/.editorconfig
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 'wsutil/.editorconfig')
-rw-r--r--wsutil/.editorconfig140
1 files changed, 140 insertions, 0 deletions
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