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

View file

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