Add editorconfig, remove unused assets

This commit is contained in:
floppydiskette 2024-12-11 23:10:01 +00:00
commit d719a3af9a
No known key found for this signature in database
10 changed files with 166 additions and 687 deletions

8
.editorconfig Normal file
View file

@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8