Set up android app

This commit is contained in:
Joscha 2025-01-21 23:41:47 +01:00
parent aab7973928
commit 56d6be7e2f
41 changed files with 908 additions and 0 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