Don't trim trailing whitespaces for markdown

This commit is contained in:
Matthias Loibl 2016-12-23 19:50:09 +01:00
parent 0f087e792f
commit d0f0c14df2
No known key found for this signature in database
GPG Key ID: B1C7DF661ABB2C1A
1 changed files with 3 additions and 0 deletions

View File

@ -25,3 +25,6 @@ indent_size = 4
[Makefile]
indent_style = tab
[*.md]
trim_trailing_whitespace = false