Skip to content

Commit

Permalink
feat: vscode configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
htmujahid committed Mar 31, 2024
1 parent b339d5d commit 5aa548c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,

"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
}
}

0 comments on commit 5aa548c

Please sign in to comment.