Skip to content

Commit

Permalink
VSCode automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
artwyman committed Dec 14, 2023
1 parent fc1243f commit 5d1899d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
"source.organizeImports": true
}
},
"editor.tabSize": 2
"editor.tabSize": 2,
"[typescript][typescriptreact]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}

0 comments on commit 5d1899d

Please sign in to comment.