Add .editorconfig

This commit is contained in:
Buster "Silver Eagle" Neece 2018-06-13 06:31:18 -05:00
parent 8e0da3b5d6
commit 6a4777e44d
1 changed files with 13 additions and 0 deletions

13
.editorconfig Normal file
View File

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