Files
scummvm/.editorconfig
Lothar Serra Mari 157fb08a53 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.
2026-04-14 19:13:33 +02:00

17 lines
271 B
INI

[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
vc_generate_documentation_comments = doxygen_slash_star
end_of_line = lf
[*.bat]
end_of_line = crlf
[*.lingo]
charset = macroman
[*.md]
trim_trailing_whitespace = false