firstcommit

This commit is contained in:
Soph :3 2024-10-13 15:18:05 +03:00
commit ba0a6793de
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
68 changed files with 2906 additions and 0 deletions

12
.editorconfig Normal file
View file

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