Update editorconfig (#2285)

* Update editorconfig

* Use editorconfig for biome formatting
This commit is contained in:
hfcRed 2025-05-18 11:12:53 +02:00 committed by GitHub
parent 83c74f5f99
commit eeea7cf6da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,6 @@
root = true root = true
[*] [*]
end_of_line = lf charset = utf-8
insert_final_newline = true insert_final_newline = true
indent_style = space indent_style = tab
indent_size = 2

View File

@ -42,6 +42,9 @@
} }
} }
}, },
"formatter": {
"useEditorconfig": true
},
"css": { "css": {
"formatter": { "formatter": {
"enabled": true "enabled": true