Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
2f9031faa4
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      .editorconfig

+ 2 - 0
.editorconfig

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