.editorconfig added

pull/425/head
Arkady Shapkin 2015-11-21 23:53:11 +03:00
parent 47eb735daf
commit 1733650c6b
1 changed files with 12 additions and 0 deletions

12
.editorconfig 100644
View File

@ -0,0 +1,12 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Tab indentation (no size specified)
[*]
indent_style = tab
[{.travis.yml,npm-shrinkwrap.json}]
indent_style = space
indent_size = 2