summaryrefslogtreecommitdiffstats
path: root/epan/dfilter/.editorconfig
blob: 976affde392b06131744c77a0a2b672d1e57b484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Editor configuration
#
# https://editorconfig.org/
#

# C
[*.{c,h}]
indent_style = tab
indent_size = tab
tab_width = 8

[drange.[ch]]
indent_style = space
indent_size = 4

[dfunctions.[ch]]
indent_style = space
indent_size = 4