fix #6: compatibility with 8.2
[awesomized/ext-ion] / .editorconfig
1 ; see http://editorconfig.org
2 root = true
3
4 [*]
5 end_of_line = lf
6 insert_final_newline = true
7 indent_style = tab
8 charset = utf-8
9 trim_trailing_whitespace = true
10
11 [*.m4]
12 indent_style = space
13 indent_size = 2
14
15 [*.php]
16 indent_style = space
17 indent_size = 4
18
19 [*.md]
20 trim_trailing_whitespace = false
21
22 [*.json]
23 indent_style = space
24 indent_size = 4
25
26 [package.xml]
27 indent_style = space
28 indent_size = 1
29
30 [config.w32]
31 end_of_line = crlf
32
33 [scripts/gen_github*.php]
34 indent_size = 2