Skip to content

Commit 314cc35

Browse files
committed
refactor(vscode): update settings for improved formatting and configuration
1 parent c252c8d commit 314cc35

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
// Disable the default formatter, use eslint instead
32
"prettier.enable": false,
43
"eslint.enable": false,
54
"editor.formatOnSave": true,
6-
"oxc.fmt.configPath": ".oxfmtrc.json",
5+
"editor.formatOnSaveMode": "file",
6+
"oxc.fmt.configPath": "./vite.config.ts",
77
"oxc.fixKind": "safe_fix_or_suggestion",
88
"editor.defaultFormatter": "oxc.oxc-vscode",
9-
109
"editor.gotoLocation.multipleDefinitions": "goto",
1110
"editor.quickSuggestions": {
1211
"strings": "on"

0 commit comments

Comments
 (0)