Added editor configuration

This commit is contained in:
Emanuele Minotto 2015-02-25 13:00:47 +01:00
parent 2da424a3f7
commit fd37bbbf6c
2 changed files with 14 additions and 1 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
build
composer.lock
docs
vendor
vendor