Initial commit

This commit is contained in:
2022-04-15 17:25:52 +08:00
commit 6c890c4a85
18 changed files with 1203 additions and 0 deletions

5
.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
[*.{kt, kts}]
max_line_length = 120
tab_width = 4
ij_continuation_indent_size = 4
indent_size = 4