Added gradle project

This commit is contained in:
2020-07-07 21:04:44 +02:00
parent b603ede27c
commit eaa8b1cd6b
13 changed files with 542 additions and 2 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false