From 2d7ba9f46f89b3aad1ec54c4a0abe6a987849c46 Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Wed, 17 Jul 2024 10:46:31 +0200 Subject: [PATCH] fix(biome): simplify config file --- biome.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/biome.json b/biome.json index 924313bc..8d0dd6b9 100644 --- a/biome.json +++ b/biome.json @@ -7,9 +7,7 @@ "enabled": true, "formatWithErrors": false, "indentStyle": "space", - "indentWidth": 2, - "lineEnding": "lf", - "attributePosition": "auto" + "indentWidth": 2 }, "organizeImports": { "enabled": true