Browse Source

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.
Raphaël Doursenaud 9 years ago
parent
commit
2f9031faa4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .editorconfig

+ 2 - 0
.editorconfig

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