repo.or.cz
/
wireshark-sm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dcerpc-netlogon: remove unused variable
[wireshark-sm.git]
/
epan
/
dfilter
/
.editorconfig
blob
6d9db5e9ad5ae9948fedebe48228bc440df720e7
1
#
2
# Editor configuration
3
#
4
# https://editorconfig.org/
5
#
6
7
# C
8
[*.{c,h}]
9
indent_style = tab
10
indent_size = tab
11
tab_width = 8
12
13
[drange.[ch]]
14
indent_style = space
15
indent_size = 4
16
17
[dfunctions.[ch]]
18
indent_style = space
19
indent_size = 4
20
21
[dfilter-translator.[ch]]
22
indent_style = space
23
indent_size = 4