no startssl anymore
[m6w6/m6w6.name] / .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 [*.html]
12 indent_size = 2
13
14 [*.md]
15 trim_trailing_whitespace = false
16
17 [*.json]
18 indent_style = space
19 indent_size = 4
20
21 [package.xml]
22 indent_style = space
23 indent_size = 1
24