This commit is contained in:
2022-07-17 05:35:55 +03:00
commit d8ee0d23f3
22 changed files with 729 additions and 0 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
[gradlew.bat]
charset = latin1
end_of_line = crlf
[*.{yml, yaml, json}]
indent_size = 2