Skip to content

Commit

Permalink
chore: config formatters
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jul 10, 2022
1 parent 7121fb7 commit 65838da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .vscode/settings.json
Expand Up @@ -3,14 +3,16 @@
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"typescript.tsdk": "node_modules/typescript/lib",
"editor.defaultFormatter": "vscode.typescript-language-features",
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-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 65838da

Please sign in to comment.