mirror of
https://github.com/scummvm/scummvm.git
synced 2026-05-21 05:40:43 +00:00
157fb08a53
In Markdown, trailing whitespaces are used as formatting tools to include line breaks, e.g. in lists.
17 lines
271 B
INI
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
|