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 0c9ef8a commit 47472af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -10,3 +10,6 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit 47472af

Please sign in to comment.