.editorconfig: allow trailing whitespace

[CI SKIP]
This commit is contained in:
Aminda Suomalainen 2023-02-14 10:33:42 +02:00
parent ec81d459d1
commit 7bbc1887fe
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ root = true
[*]
# Future: https://github.com/editorconfig/editorconfig/issues/89
end_of_line = lf
trim_trailing_whitespace = true
# two whitespaces at end of line is a new line within paragraph
trim_trailing_whitespace = false
insert_final_newline = true
charset = utf-8
# This project uses Jekyll which has YAML frontend matter everywhere and