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"