2011Scape / game

An open-source emulator that targets RuneTek-5, client revision 667 (October 4th, 2011)
http://2011scape.com
Apache License 2.0
32 stars 131 forks source link

Simplified steps required to setup development build for new contributors #542

Closed HarleyGilpin closed 1 month ago

HarleyGilpin commented 1 month ago

What has been done?

root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
indent_style = tab
end_of_line = lf

[*.{kt,kts}]
indent_style = space
indent_size = 4
ij_wrap_on_typing = true
ij_any_wrap_long_lines = true
# noinspection EditorConfigKeyCorrectness
ktlint_custom-rule-set = enabled
# noinspection EditorConfigKeyCorrectness
ktlint_standard_function-expression-body = disabled
# noinspection EditorConfigKeyCorrectness
ktlint_standard_function-literal = disabled

[*.md]
max_line_length = 80

Has your code been documented?

image

DesecratedTree commented 1 month ago

Is there a check for .gitignore in the cache directory? We should explicitly ignore this file unless it’s ignored already. Aside from that, ready to merge