https://github.com/scummvm/scummvm
Raw File
Tip revision: 4da739e26e43de2e7fd2efbf4c026c6b14493c09 authored by Lothar Serra Mari on 13 February 2023, 22:05:03 UTC
DISTS: Generated Code::Blocks and MSVC project files
Tip revision: 4da739e
.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