Initial draft implementations for stats and skills

This commit is contained in:
Joshua-Ashton01
2022-10-11 09:14:37 -06:00
parent 6a57e9bcd9
commit 2ec63ae289
24 changed files with 550 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
[*.sh]
end_of_line = lf
[*.java]
indent_size = 4
max_line_length = 120