aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/.editorconfig
blob: d8f905b8aca555faa8d209991a7fcd28ff54bd32 (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
46
47
48
49
50
51
52
53
54
55
56
57
#
# Editor configuration
#
# http://editorconfig.org/
#

[dfilter-macro.[ch]]
indent_style = tab
indent_size = tab

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

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

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

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

[sttype-function.[ch]]
indent_style = tab
indent_size = tab

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

[sttype-pointer.[ch]]
indent_style = tab
indent_size = tab

[sttype-range.[ch]]
indent_style = tab
indent_size = tab

[sttype-set.[ch]]
indent_style = tab
indent_size = tab

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

[sttype-test.[ch]]
indent_style = tab
indent_size = tab

[syntax-tree.[ch]]
indent_style = tab
indent_size = tab