Skip to content

Commit

Permalink
Don't trim trailng whitespace from markdown files.
Browse files Browse the repository at this point in the history
- They indicate a line-break but not a new paragraph.
  • Loading branch information
Pepper Lebeck-Jobe committed May 4, 2016
1 parent a675812 commit 9a853e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# Markdown files sometimes need trailing whitespaces.
[*.md]
trim_trailing_whitespace = false

0 comments on commit 9a853e3

Please sign in to comment.