mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
ALL: Do not trim whitespaces for .md files in .editorconfig
In Markdown, trailing whitespaces are used as formatting tools to include line breaks, e.g. in lists.
This commit is contained in:
@@ -11,3 +11,6 @@ end_of_line = crlf
|
||||
|
||||
[*.lingo]
|
||||
charset = macroman
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
Reference in New Issue
Block a user