Skip to content

Commit

Permalink
vscode - autoformat ts code on save
Browse files Browse the repository at this point in the history
  • Loading branch information
cscheid committed May 22, 2024
1 parent 83a2dda commit b47a56d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features",
"editor.formatOnSave": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2
}

0 comments on commit b47a56d

Please sign in to comment.