Don't trim trailing whitespaces for markdown (#467)

release/v1.0
Matthias Loibl 7 years ago committed by Lunny Xiao
parent 6aacf4d2f0
commit 99c6556ff3

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

Loading…
Cancel
Save