Skip to content

Commit ba09df7

Browse files
authored
chore: align VS Code formatting with Rstack config (#203)
1 parent dd75423 commit ba09df7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
"mdx.validate.validateFileLinks": "ignore",
1616
"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,
1720
"js/ts.tsdk.path": "node_modules/typescript/lib",
1821
"[typescript]": {
1922
"editor.defaultFormatter": "esbenp.prettier-vscode"

0 commit comments

Comments
 (0)