Initial commit

This commit is contained in:
almightyhak 2024-06-20 11:54:12 +07:00
commit 98ed7e8839
2263 changed files with 108711 additions and 0 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
# Editor configuration, see https://editorconfig.org
root = true
[*.kt]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
ktlint_experimental = enabled
ktlint_experimental_argument-list-wrapping = disabled # Doesn't play well with Android Studio
ktlint_experimental_comment-wrapping = disabled