There was an error while loading. Please reload this page.
1 parent dd75423 commit ba09df7Copy full SHA for ba09df7
1 file changed
.vscode/settings.json
@@ -14,6 +14,9 @@
14
},
15
"mdx.validate.validateFileLinks": "ignore",
16
"editor.defaultFormatter": "esbenp.prettier-vscode",
17
+ // Temporary workaround until we switch to the Rstack VS Code extension.
18
+ "prettier.printWidth": 100,
19
+ "prettier.singleQuote": true,
20
"js/ts.tsdk.path": "node_modules/typescript/lib",
21
"[typescript]": {
22
"editor.defaultFormatter": "esbenp.prettier-vscode"
0 commit comments