Skip to content

Commit

Permalink
Update vscode settings (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgroshSB authored Feb 19, 2024
1 parent 28d00d8 commit f3e1e38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Thumbs.db
.DS_Store

# IDE
.vscode
.idea

# Keep
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}

0 comments on commit f3e1e38

Please sign in to comment.