https://github.com/scummvm/scummvm
Raw File
Tip revision: baa0a1fa1015deb4ecb91ed38a2e50b8c16fc525 authored by Lothar Serra Mari on 20 January 2023, 19:31:01 UTC
RELEASE: This is 2.8.0git
Tip revision: baa0a1f
.editorconfig
[*]
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
back to top