added .editorconfig with basic settings

This commit is contained in:
Kevin Papst
2017-12-17 15:23:10 +01:00
parent 4a17c81bad
commit 08252928b6

7
.editorconfig Normal file
View File

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