gitignore: *.dep
[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 [*.php]
12 indent_style = space
13 indent_size = 4
14
15 [*.md]
16 trim_trailing_whitespace = false
17
18 [*.json]
19 indent_style = space
20 indent_size = 4
21
22 [package.xml]
23 indent_style = space
24 indent_size = 1
25
26 [config.w32]
27 end_of_line = crlf