Allow md files to have trailing whitespace (#55951)

Allows markdown files to have trailing whitespace preceding newline characters.
This enables non-paragraph newlines to be used, as they are made in markdown by ending a line with two space characters.
Please see the [original markdown specification](https://daringfireball.net/projects/markdown/syntax#p) for more details.
This commit is contained in:
Alex 'Avunia' Takiya
2021-01-05 21:48:19 -05:00
committed by GitHub
parent eb9cf8c008
commit 12a4204b0b
+3
View File
@@ -12,3 +12,6 @@ indent_size = 2
[*.py]
indent_style = space
[*.md]
trim_trailing_whitespace = false