.editorconfig: allow trailing whitespace for markdown manual files
This commit is contained in:
parent
3bf08a7731
commit
9823f36c0c
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ trim_trailing_whitespace = unset
|
||||||
[*.lock]
|
[*.lock]
|
||||||
indent_size = unset
|
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]
|
[eggs.nix]
|
||||||
trim_trailing_whitespace = unset
|
trim_trailing_whitespace = unset
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue