From d443f9ab8575641094d08ad74418e9efe1b5f3cd Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Fri, 2 Jan 2026 11:08:58 +0300 Subject: [PATCH] fix(dprint): adjust config to avoid indentation errors --- dprint.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dprint.json b/dprint.json index 8c057ab..183241d 100644 --- a/dprint.json +++ b/dprint.json @@ -36,7 +36,7 @@ "indentWidth": 4, "useTabs": false, "quotes": "double", - "scriptIndent": true, - "styleIndent": true + "scriptIndent": false, + "styleIndent": false } }