Skip to content

Commit

Permalink
Merge pull request #11 from am-jo-zt/add-editorconfig
Browse files Browse the repository at this point in the history
add `.editorconfig`
  • Loading branch information
danxfisher authored Jul 17, 2018
2 parents 13ba449 + 26aea3c commit 0358517
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# http://editorconfig.org

root = true

[*]
charset = utf-8

[*.{js,html,css,scss,json,yml}]
indent_style = space
indent_size = 2

0 comments on commit 0358517

Please sign in to comment.