fix PHP-5.4 build
[m6w6/ext-pq] / .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 [*.md]
12 trim_trailing_whitespace = false
13
14 [*.json]
15 indent_style = space
16 indent_size = 4
17
18 [package.xml]
19 indent_style = space
20 indent_size = 1
21
22 [config.w32]
23 end_of_line = crlf