Skip to content

Commit

Permalink
Added editor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleMinotto committed Feb 25, 2015
1 parent 2da424a commit fd37bbb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build
composer.lock
docs
vendor
vendor

0 comments on commit fd37bbb

Please sign in to comment.