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

pull/501/head
Matthias Loibl 8 years ago committed by Lunny Xiao
parent 6aacf4d2f0
commit 99c6556ff3
  1. 3
      .editorconfig

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

Loading…
Cancel
Save