0

init repo

This commit is contained in:
2021-09-12 06:54:23 +03:00
commit c174daacf5
31 changed files with 1334 additions and 0 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.bat]
end_of_line = crlf
[*.{java,gradle,groovy}]
charset = utf-8
indent_style = space
indent_size = 4
[*.{yml,yaml}]
charset = utf-8
indent_style = space
indent_size = 2