wireshark/ui/.editorconfig
João Valverde 5f8003e949 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>
2016-03-08 10:46:35 +00:00

30 lines
386 B
INI

#
# Editor configuration
#
# http://editorconfig.org/
#
[capture.[ch]]
indent_size = 2
[capture_ui_utils.[ch]]
indent_size = 2
[preference_utils.[ch]]
indent_size = 2
[proto_hier_stats.[ch]]
indent_style = tab
indent_size = tab
[recent.[ch]]
indent_size = 2
[tap-rtp-common.[ch]]
indent_style = tab
indent_size = tab
[tap-sctp-analysis.[ch]]
indent_style = tab
indent_size = tab