init commit of working things

This commit is contained in:
TheRealM18 2024-07-21 21:14:33 -03:00
commit 06a0ff2060
66 changed files with 1917 additions and 0 deletions

24
.editorconfig Normal file
View file

@ -0,0 +1,24 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
[*.java]
trim_trailing_whitespace = true
max_line_length = 120
ij_java_generate_final_locals = true
ij_java_generate_final_parameters = true
[*.yml]
indent_size = 2
tab_width = 2
[*.properties]
ij_properties_keep_blank_lines = true
[*.json]
indent_size = 2
tab_width = 2