Merge pull request #4291 from sijad/fix_editorconfig

Set trim_trailing_whitespace false for markdown
This commit is contained in:
Sam 2016-06-29 11:55:01 +10:00 committed by GitHub
commit d7adfc08bc
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ indent_style = space
indent_size = 2 indent_size = 2
[*.md] [*.md]
trim_trailing_whitespace = true trim_trailing_whitespace = false