From 2b8129602263d124d09a8c55d8e870500f48dae9 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 5 Aug 2026 21:03:13 +0800 Subject: [PATCH] chore: align VS Code formatting with Rstack config --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9f7026e..a8bf25d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,6 +14,9 @@ }, "mdx.validate.validateFileLinks": "ignore", "editor.defaultFormatter": "esbenp.prettier-vscode", + // Temporary workaround until we switch to the Rstack VS Code extension. + "prettier.printWidth": 100, + "prettier.singleQuote": true, "js/ts.tsdk.path": "node_modules/typescript/lib", "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode"