Skip to content

Commit

Permalink
vscode settings: do not auto format (breaks vue markup)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 27, 2018
1 parent 60ad75d commit 26a4c01
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
@@ -1,5 +1,5 @@
{
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"vueStyle.formatOnSave": true,
"prettier.disableLanguages": []
}

0 comments on commit 26a4c01

Please sign in to comment.