Browse Source

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

tags/v1.0.1
Matthias Loibl 7 years ago
parent
commit
99c6556ff3
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .editorconfig

+ 3
- 0
.editorconfig View File

@@ -25,3 +25,6 @@ indent_size = 4

[Makefile]
indent_style = tab

[*.md]
trim_trailing_whitespace = false

Loading…
Cancel
Save