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