aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/.editorconfig
blob: 29c32d0fbb3e4bf264c550e7c3cc94fb8f8198c3 (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
42
43
44
45
#
# Editor configuration
#
# https://editorconfig.org/
#

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

[ftype-double.[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