aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/.editorconfig140
-rw-r--r--wsutil/Makefile.am1
2 files changed, 141 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
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index 8711c108e6..3e12fa43fb 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -106,6 +106,7 @@ libwsutil_la_LIBADD = \
$(wsutil_optional_objects)
EXTRA_DIST = \
+ .editorconfig \
cfutils.c \
cfutils.h \
CMakeLists.txt \