Skip to content

Commit

Permalink
Update .editorconfig to use 4 spaces for handlebars/html.
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyip authored and showell committed Jan 6, 2017
1 parent b513e63 commit b0b0c88
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 @@ -6,11 +6,11 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{sh,py,js, json,yml,xml, css, md,markdown}]
[*.{sh,py,js, json,yml,xml, css, md,markdown, handlebars,html}]
indent_style = space
indent_size = 4

[*.{handlebars,html, svg,rb,pp,pl}]
[*.{svg,rb,pp,pl}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit b0b0c88

Please sign in to comment.