Delete .editorconfig

This commit is contained in:
LewdLeah 2025-05-27 17:36:05 -04:00 committed by GitHub
parent 9e6ad3b67b
commit 398c884e34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +0,0 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
[*.{js,json,ts,tsx}]
charset = utf-8