summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 2b1a9fb1f2ad3ca4d284901d2e798cd6052d5f96 (plain)
1
2
3
4
5
6
7
8
9
[*]
end_of_line = lf
insert_final_newline = true

[*.php]
indent_style = tab

[*.js]
indent_style = tab