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 35d6821 commit 48b916c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ insert_final_newline = false
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = true
trim_trailing_whitespace = false

[*.txt]
trim_trailing_whitespace = true
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 48b916c

Please sign in to comment.