wireshark/epan/dfilter/.editorconfig

20 lines
231 B
INI
Raw Normal View History

#
# Editor configuration
#
# https://editorconfig.org/
#
2022-03-21 17:43:05 +00:00
# C
[*.{c,h}]
indent_style = tab
indent_size = tab
2022-03-21 17:43:05 +00:00
tab_width = 8
2022-03-21 17:43:05 +00:00
[drange.[ch]]
indent_style = space
indent_size = 4
2022-03-21 17:43:05 +00:00
[dfunctions.[ch]]
indent_style = space
indent_size = 4