scummvm/.editorconfig
Donovan Watteau e557a339a9 ALL: Force CRLF line-endings for Windows .bat files
Subtle parsing problems with labels can happen if Windows batch files
are checked out with Unix LF line-endings.
2022-10-23 11:03:49 +03:00

14 lines
230 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