wireshark/.editorconfig
Dario Lombardo 193e366a3f remove unused mkcap.c.
mkcap.c is not used in any place.

Change-Id: Ie29b2ed66bc304a5b6a19fc9128ead2958f8062a
Reviewed-on: https://code.wireshark.org/review/17610
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2016-09-11 04:22:58 +00:00

75 lines
1,009 B
INI

#
# Editor configuration
#
# http://editorconfig.org/
#
# Global settings
# We're the top. We're the Coliseum.
root = true
[*]
tab_width = 8
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# Autotools, Make
[{Makefile.am,Makefile}]
indent_style = tab
indent_size = 8
# Python
[*.py]
indent_style = space
indent_size = 4
# C/C++
[*.{c,cpp,h}]
indent_style = space
indent_size = 4
[{capinfos,captype,mergecap,tfshark,tshark}.c]
indent_size = 2
[{dftest,echld_test,randpkt,trigcap}.c]
indent_style = tab
indent_size = tab
[capture_stop_conditions.[ch]]
indent_size = 2
[cfile.[ch]]
indent_size = 2
[conditions.[ch]]
indent_size = 2
[file.[ch]]
indent_size = 2
[filter_files.[ch]]
indent_size = 2
[frame_tvbuff.[ch]]
indent_style = tab
indent_size = tab
[pcapio.[ch]]
indent_size = 8
[ringbuffer.[ch]]
indent_size = 2
[summary.[ch]]
indent_size = 2
[randpkt_core.[ch]]
indent_style = tab
indent_size = tab
[ws_version_info.[ch]]
indent_style = tab
indent_size = tab