Skip to content

Commit

Permalink
Most of the codebase is indented with 2 spaces, so let's standardize …
Browse files Browse the repository at this point in the history
…on that.
  • Loading branch information
asbjornu committed Nov 17, 2015
1 parent e2ed01a commit 5b33f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ indent_size = 2

[*.js]
indent_style = space
indent_size = 4
indent_size = 2

[**.jsx]
e4x = true
indent_style = space
indent_size = 4
indent_size = 2

[*.hbs]
insert_final_newline = false
Expand Down

0 comments on commit 5b33f1b

Please sign in to comment.