add .editorconfig

This commit is contained in:
Andrew Dolgov 2018-01-30 10:36:41 +03:00
parent 102a01354b
commit 2aec1b030c
1 changed files with 6 additions and 0 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
[*]
end_of_line = lf
insert_final_newline = true
[*.php]
indent_style = tab