editorconfig: don't trim trailing whitespace

Markdown allows two trailing whitespaces to have a line change within a paragraph
This commit is contained in:
Aminda Suomalainen ⚧ 2023-02-14 10:31:36 +02:00
parent c92f9eacd3
commit 0199acd570
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
root = true
[*]
trim_trailing_whitespace = true
trim_trailing_whitespace = false
insert_final_newline = true