Skip to content

Commit

Permalink
Merge pull request #425 from KindDragon/patch-1
Browse files Browse the repository at this point in the history
.editorconfig added
  • Loading branch information
jrieken committed Nov 24, 2015
2 parents b367216 + 1733650 commit 991b63f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 991b63f

Please sign in to comment.