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:32:11 +02:00
parent 97c0f4ea75
commit fe39776f4a
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