Set up android app

This commit is contained in:
Joscha 2025-01-25 13:26:04 +01:00
parent 6ac80ab679
commit d571809b5a
42 changed files with 908 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# 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 = true