Skip to content

Commit

Permalink
Fix for markdown files (#618)
Browse files Browse the repository at this point in the history
We shouldn't trim trailing whitespace in markdown files.
  • Loading branch information
vinkla authored and leo committed Aug 14, 2016
1 parent fd351a5 commit b0770e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -7,3 +7,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 b0770e0

Please sign in to comment.