From d7077cb3d4e2db72808588b7731820b534fd2ada Mon Sep 17 00:00:00 2001 From: javayhu Date: Mon, 14 Jul 2025 22:19:31 +0800 Subject: [PATCH] refactor: enable useEditorconfig option to biome.json https://biomejs.dev/reference/configuration/#formatteruseeditorconfig --- biome.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 3a8be83..73731e2 100644 --- a/biome.json +++ b/biome.json @@ -33,7 +33,8 @@ "indentStyle": "space", "indentWidth": 2, "lineWidth": 80, - "formatWithErrors": true + "formatWithErrors": true, + "useEditorconfig": true }, "organizeImports": { "enabled": true