Skip to content

Commit

Permalink
feat: update vscode settings for typescriptreact
Browse files Browse the repository at this point in the history
  • Loading branch information
cerico committed Jun 12, 2024
1 parent d2ab37e commit 3ccfd05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions files/vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.indentSize": 2,
"editor.insertSpaces": true,
"workbench.colorTheme": "zombies_ate_my_neighbors",
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 120,
"files.insertFinalNewline": true,
Expand Down

0 comments on commit 3ccfd05

Please sign in to comment.