xref: /web-php/.editorconfig (revision 18576e3d)
1root = true
2
3[*]
4charset = utf-8
5insert_final_newline = true
6trim_trailing_whitespace = true
7
8[*.yaml]
9indent_size = 2
10indent_style = space
11
12[Makefile]
13indent_size = 4
14indent_style = tab
15