fix #1: Segfault on PHP 7.4 with empty array
[m6w6/ext-json_post] / .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