Add editorconfig

This commit is contained in:
Dane Everitt 2016-12-14 17:07:47 -05:00
parent 6d59824d00
commit 84f87680d8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

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