setup gradle

This commit is contained in:
Ryan
2021-04-11 09:29:07 -04:00
parent 3d1090447d
commit 070c084f61
9 changed files with 792 additions and 44 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false