Skip to content

Commit

Permalink
Added an .editorconfig to allow for 2-space tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Feb 17, 2016
1 parent 3ecc1ec commit f85bd4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# 2 space indentation
[{*.ts,*.js}]
indent_style = space
indent_size = 2

0 comments on commit f85bd4d

Please sign in to comment.