diff --git a/.editorconfig b/.editorconfig index b3dfee7af..bfcb541a7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/biome.json b/biome.json index 71cb2f60a..a0a1194a4 100644 --- a/biome.json +++ b/biome.json @@ -42,6 +42,9 @@ } } }, + "formatter": { + "useEditorconfig": true + }, "css": { "formatter": { "enabled": true