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:
parent
9dade02dba
commit
2f9031faa4
@ -15,3 +15,5 @@ indent_style = tab
|
||||
indent_style = tab
|
||||
[*.xml]
|
||||
indent_style = tab
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user