mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
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:
@@ -12,3 +12,6 @@ indent_size = 2
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
Reference in New Issue
Block a user