dcerpc-netlogon: remove unused variable
[wireshark-sm.git] / epan / dfilter / .editorconfig
blob6d9db5e9ad5ae9948fedebe48228bc440df720e7
2 # Editor configuration
4 # https://editorconfig.org/
7 # C
8 [*.{c,h}]
9 indent_style = tab
10 indent_size = tab
11 tab_width = 8
13 [drange.[ch]]
14 indent_style = space
15 indent_size = 4
17 [dfunctions.[ch]]
18 indent_style = space
19 indent_size = 4
21 [dfilter-translator.[ch]]
22 indent_style = space
23 indent_size = 4