Skip to content

Commit

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

[*.md]
trim_trailing_whitespace = true

[*.txt]
trim_trailing_whitespace = true

[/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 4aba084

Please sign in to comment.