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, "indentWidth": 4,
"useTabs": false, "useTabs": false,
"quotes": "double", "quotes": "double",
"scriptIndent": true, "scriptIndent": false,
"styleIndent": true "styleIndent": false
} }
} }