add editorconfig file to maintain source formatting

This commit is contained in:
Sunny Walker 2018-10-11 15:26:59 -10:00
parent 93fa687d24
commit 90b6076484

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
[*.php]
indent_style = tab
insert_final_newline = true