wireshark/wsutil/.editorconfig
João Valverde 3db13a7fc9 Link version code statically again
This allows keeping the code-sharing with the static linking.

This "fixes" a hypothetical ABI mismatch with wsutil and avoids pulling more
external dependencies to wsutil than strictly necessary.

A nice side-effect is that libwsutil no longer depends on version.h.

Follow up to f95976eefc.

Change-Id: I8f0d6a557ab3f7ce6f0e2c269124c89f29d6ad23
Reviewed-on: https://code.wireshark.org/review/15002
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: João Valverde <j@v6e.pt>
2016-04-21 18:59:56 +00:00

137 lines
1.7 KiB
INI

#
# 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
[wsgetopt.[ch]]
indent_size = 2