Skip to content

Commit

Permalink
Use vue.volar for Vue file formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kissling committed Nov 30, 2023
1 parent eab966f commit aaeaccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[vue]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
"editor.defaultFormatter": "Vue.volar"
},
"[yaml]": {
"editor.autoIndent": "none",
Expand Down

0 comments on commit aaeaccb

Please sign in to comment.