From eeea7cf6daa39647dc4c472a9656c5f305841fd8 Mon Sep 17 00:00:00 2001 From: hfcRed <101019309+hfcRed@users.noreply.github.com> Date: Sun, 18 May 2025 11:12:53 +0200 Subject: [PATCH] Update editorconfig (#2285) * Update editorconfig * Use editorconfig for biome formatting --- .editorconfig | 5 ++--- biome.json | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-) 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