Skip to content

Commit

Permalink
Update .editorconfig to use 2 spaces as indent_size for js files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Helin committed Sep 8, 2017
1 parent 8a11911 commit d088588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.js]
indent_size = 2

[*.{html,rb,tpl,twig,xml}]
charset = utf-8
end_of_line = lf
Expand Down

0 comments on commit d088588

Please sign in to comment.