Skip to content

Commit

Permalink
Put MD trailing whitespace back in .editorconfig
Browse files Browse the repository at this point in the history
Trailing whitespace is significant but many editors don't respect this.

#8744 (review)
  • Loading branch information
mramato committed Apr 20, 2020
1 parent b48517b commit 782b606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit 782b606

Please sign in to comment.