wireshark/epan/dfilter/.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

58 lines
793 B
INI

#
# Editor configuration
#
# http://editorconfig.org/
#
[dfilter-macro.[ch]]
indent_style = tab
indent_size = tab
[dfilter.[ch]]
indent_style = tab
indent_size = tab
[dfvm.[ch]]
indent_style = tab
indent_size = tab
[gencode.[ch]]
indent_style = tab
indent_size = tab
[semcheck.[ch]]
indent_style = tab
indent_size = tab
[sttype-function.[ch]]
indent_style = tab
indent_size = tab
[sttype-integer.[ch]]
indent_style = tab
indent_size = tab
[sttype-pointer.[ch]]
indent_style = tab
indent_size = tab
[sttype-range.[ch]]
indent_style = tab
indent_size = tab
[sttype-set.[ch]]
indent_style = tab
indent_size = tab
[sttype-string.[ch]]
indent_style = tab
indent_size = tab
[sttype-test.[ch]]
indent_style = tab
indent_size = tab
[syntax-tree.[ch]]
indent_style = tab
indent_size = tab