Skip to content

Commit

Permalink
manage: Improved .editorconfig for md, hbs and txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Dec 21, 2019
1 parent 0cc2f9f commit e4d6ecf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,14 @@ indent_style = space
insert_final_newline = false
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.txt]
trim_trailing_whitespace = false

[*.hbs]
trim_trailing_whitespace = false

[/package.json]
insert_final_newline = true # npm install rewrites the JSON file with a final newline, so we manually keep them to prevent unneeded stashes

0 comments on commit e4d6ecf

Please sign in to comment.