Skip to content

Commit

Permalink
feature(editorconfig) exclude hbs from insert_final_newline
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Feb 20, 2016
1 parent 54352af commit 2ab0df4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -12,3 +12,6 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.hbs]
insert_final_newline = false

0 comments on commit 2ab0df4

Please sign in to comment.