Skip to content

Commit

Permalink
editorconfig: do not trim trailing whitespaces in Markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Feb 18, 2016
1 parent 68f15eb commit 09baf8d
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 @@ -28,3 +28,9 @@ trim_trailing_whitespace = true

# Ensure file ends with a newline when saving ["true", "false"]
insert_final_newline = true

# Markdown files
[*.md]

# Trailing whitespaces are significant in Markdown.
trim_trailing_whitespace = false

0 comments on commit 09baf8d

Please sign in to comment.