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
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 2
indent_style = tab

View File

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