feat: add android init

This commit is contained in:
YunYouJun
2025-08-17 07:08:06 +08:00
parent 5045f7f91b
commit 7b849b7e0a
41 changed files with 951 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false