ALL: Do not trim whitespaces for .md files in .editorconfig

In Markdown, trailing whitespaces are used as formatting tools
to include line breaks, e.g. in lists.
This commit is contained in:
Lothar Serra Mari
2026-04-14 19:13:33 +02:00
parent 133c429ceb
commit 157fb08a53
+3
View File
@@ -11,3 +11,6 @@ end_of_line = crlf
[*.lingo]
charset = macroman
[*.md]
trim_trailing_whitespace = false