summaryrefslogtreecommitdiff
path: root/epan/ftypes/.editorconfig
blob: b7c5d2a3f811e7df0b201c579ee038b3a62a646d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#
# Editor configuration
#
# http://editorconfig.org/
#

[ftype-bytes.[ch]]
indent_style = tab
indent_size = tab

[ftype-integer.[ch]]
indent_style = tab
indent_size = tab

[ftype-ipv4.[ch]]
indent_style = tab
indent_size = tab

[ftype-ipv6.[ch]]
indent_style = tab
indent_size = tab

[ftype-none.[ch]]
indent_style = tab
indent_size = tab

[ftype-string.[ch]]
indent_style = tab
indent_size = tab

[ftype-time.[ch]]
indent_style = tab
indent_size = tab

[ftype-protocol.[ch]]
indent_style = tab
indent_size = tab

[ftypes.[ch]]
indent_style = tab
indent_size = tab