Add EditorConfig settings for epan/*.[ch]

Change-Id: Idf53845158e1c112984bee895b91a39475f8c110
Reviewed-on: https://code.wireshark.org/review/14454
Reviewed-by: João Valverde <j@v6e.pt>
This commit is contained in:
João Valverde 2016-03-14 01:57:30 +00:00 committed by João Valverde
parent fe535b8eb9
commit 54798eee3b
2 changed files with 169 additions and 0 deletions

168
epan/.editorconfig Normal file
View File

@ -0,0 +1,168 @@
#
# Editor configuration
#
# http://editorconfig.org/
#
[addr_and_mask.[ch]]
indent_style = tab
indent_size = tab
[aftypes.[ch]]
indent_style = tab
indent_size = tab
[app_mem_usage.[ch]]
indent_style = tab
indent_size = tab
[asn1.[ch]]
indent_size = 2
[circuit.[ch]]
indent_style = tab
indent_size = tab
[column-utils.[ch]]
indent_size = 2
[column.[ch]]
indent_size = 2
[conversation.[ch]]
indent_style = tab
indent_size = tab
[crc32-tvb.[ch]]
indent_style = tab
indent_size = tab
[crc8-tvb.[ch]]
indent_style = tab
indent_size = tab
[disabled_protos.[ch]]
indent_size = 2
[epan.[ch]]
indent_style = tab
indent_size = tab
[expert.[ch]]
indent_style = tab
indent_size = tab
[exported_pdu.[ch]]
indent_style = tab
indent_size = tab
[filter_expressions.[ch]]
indent_style = tab
indent_size = tab
[follow.[ch]]
indent_size = 2
[frame_data.[ch]]
indent_size = 2
[frame_data_sequence.[ch]]
indent_size = 2
[guid-utils.[ch]]
indent_style = tab
indent_size = tab
[in_cksum.[ch]]
indent_style = tab
indent_size = tab
[ipv4.[ch]]
indent_style = tab
indent_size = tab
[next_tvb.[ch]]
indent_size = 2
[oids.[ch]]
indent_style = tab
indent_size = tab
[osi-utils.[ch]]
indent_size = 2
[packet.[ch]]
indent_style = tab
indent_size = tab
[proto.[ch]]
indent_style = tab
indent_size = tab
[proto_data.[ch]]
indent_size = 2
[range.[ch]]
indent_size = 3
[reassemble.[ch]]
indent_style = tab
indent_size = tab
[reedsolomon.[ch]]
indent_size = 2
[req_resp_hdrs.[ch]]
indent_style = tab
indent_size = tab
[show_exception.[ch]]
indent_style = tab
indent_size = tab
[t35.[ch]]
indent_style = tab
indent_size = tab
[tap.[ch]]
indent_style = tab
indent_size = tab
[timestamp.[ch]]
indent_style = tab
indent_size = tab
[timestats.[ch]]
indent_style = tab
indent_size = tab
[to_str.[ch]]
indent_style = tab
indent_size = tab
[tvbtest.[ch]]
indent_style = tab
indent_size = tab
[tvbuff.[ch]]
indent_style = tab
indent_size = tab
[tvbuff_base64.[ch]]
indent_size = 2
[tvbuff_composite.[ch]]
indent_style = tab
indent_size = tab
[tvbuff_real.[ch]]
indent_style = tab
indent_size = tab
[tvbuff_subset.[ch]]
indent_style = tab
indent_size = tab
[tvbuff_zlib.[ch]]
indent_style = tab
indent_size = tab

View File

@ -78,6 +78,7 @@ libwireshark_asmopt_la_SOURCES = \
asm_utils_win32_x86.asm
EXTRA_DIST = \
.editorconfig \
diam_dict.l \
dtd_grammar.lemon \
dtd_parse.l \