Skip to content

Commit

Permalink
updae vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Mar 24, 2024
1 parent 7a6dc9c commit ec09775
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 158 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stats-*.json
web-ext.config.ts

# Editor directories and files
.vscode/*
# .vscode/*
!.vscode/extensions.json
.idea
.DS_Store
Expand Down
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.eol": "\n",
}
Loading

0 comments on commit ec09775

Please sign in to comment.