Skip to content

Commit

Permalink
chore: config workspace formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Sep 1, 2023
1 parent 5be7c0c commit a2eee58
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,16 @@
"editor.detectIndentation": false,
"json.format.keepLines": true,
"typescript.tsdk": "node_modules/typescript/lib",
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}

0 comments on commit a2eee58

Please sign in to comment.