Merge pull request #24 from EmanueleMinotto/editorconfig

Added editor configuration
This commit is contained in:
Phil Sturgeon 2015-05-13 14:02:41 -04:00
commit ee356faf89
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