editorconfig: don't trim trailing whitespace
Markdown allows two trailing whitespaces to have a line change within a paragraph
This commit is contained in:
parent
c92f9eacd3
commit
0199acd570
|
@ -1,5 +1,5 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
trim_trailing_whitespace = true
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = true
|
||||
|
|
Loading…
Reference in New Issue