Skip to content

Commit

Permalink
Don't strip valid whitespace from md files
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Wierzbowski committed Jul 5, 2014
1 parent d8830c7 commit 970d5a0
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 @@ -8,3 +8,6 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
+trim_trailing_whitespace = false

0 comments on commit 970d5a0

Please sign in to comment.