Don't trim trailing spaces in markdown

This commit is contained in:
Rowan Manning
2013-12-12 09:38:21 +00:00
parent 4296effbc1
commit 1ad95627ee

View File

@@ -8,3 +8,6 @@ end_of_line = lf
insert_final_newline = true
indent_style = tab
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false