fix(dprint): adjust config to avoid indentation errors

This commit is contained in:
Ilia Mashkov
2026-01-02 11:08:58 +03:00
parent 873a020959
commit d443f9ab85

View File

@@ -36,7 +36,7 @@
"indentWidth": 4,
"useTabs": false,
"quotes": "double",
"scriptIndent": true,
"styleIndent": true
"scriptIndent": false,
"styleIndent": false
}
}