Added Markdown rule to editorconfig

Markdown uses two spaces to encode a line break.
Editors usually removes them without this configuration which can prove
quite frustrating.
This commit is contained in:
Raphaël Doursenaud 2016-06-08 02:31:59 +02:00
parent 9dade02dba
commit 2f9031faa4
No known key found for this signature in database
GPG Key ID: 6992A63407576955

View File

@ -15,3 +15,5 @@ indent_style = tab
indent_style = tab
[*.xml]
indent_style = tab
[*.md]
trim_trailing_whitespace = false