xref: /php-ast/.editorconfig (revision 4210eb13)
1# https://editorconfig.org/
2root = true
3# 4 space indentation (no size specified)
4[*]
5charset = utf-8
6end_of_line = lf
7indent_size = 4
8trim_trailing_whitespace = true
9insert_final_newline = true
10[*.{c,h}]
11indent_style = tab
12[*.xml]
13indent_size = 1
14indent_style = space
15[*.{md,php,phpt}]
16indent_size = 4
17indent_style = space
18[*.yml]
19indent_size = 2
20indent_style = space
21