remove leftover merge conflict
[m6w6/ext-http] / .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 [package.xml]
12 indent_style = space
13 indent_size = 1
14
15 [*.md]
16 trim_trailing_whitespace = false
17
18 [*.json]
19 indent_style = space
20 indent_size = 4