summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/onigmo/.editorconfig
blob: abeeae286be7da469df891b8e7ce735ff02a0435 (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
; see: http://editorconfig.org/

root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[**.[ch]]
indent_style = tab
indent_size = 2
tab_width = 8

[st.[ch]]
indent_style = tab
indent_size = 4
tab_width = 8

[**.py]
indent_style = space
indent_size = 4

[**.rb]
indent_style = space
indent_size = 2

[**.yml]
indent_style = space
indent_size = 2

[HISTORY]
indent_style = space

[doc/*]
indent_style = space

[win32/*]
end_of_line = crlf

[win32/*.py]
end_of_line = lf