.editorconfig: allow trailing whitespace for markdown manual files
This commit is contained in:
parent
3bf08a7731
commit
9823f36c0c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user