.editorconfig: allow trailing whitespace for markdown manual files

This commit is contained in:
Trolli Schmittlauch 2022-04-21 01:36:36 +02:00
parent 3bf08a7731
commit 9823f36c0c
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ trim_trailing_whitespace = unset
[*.lock]
indent_size = unset
# trailing whitespace is an actual syntax element of classic Markdown/
# CommonMark to enforce a line break
[*.md]
trim_trailing_whitespace = unset
[eggs.nix]
trim_trailing_whitespace = unset