Working on android build

This commit is contained in:
Adrian Osterwind 2024-11-15 16:38:34 +01:00
parent 20dc11ef06
commit a04fd0293f
41 changed files with 907 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