Add editorconfig

This commit is contained in:
Dane Everitt
2016-12-14 17:07:47 -05:00
parent 6d59824d00
commit 84f87680d8

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{php,js,html,css}]
charset = utf-8
indent_style = space
indent_size = 4