Skip to content

Commit

Permalink
vscode: disable languages: []
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 4363dd3 commit 7927197
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"editor.formatOnSave": true,
"vueStyle.formatOnSave": true
"vueStyle.formatOnSave": true,
"prettier.disableLanguages": []
}

0 comments on commit 7927197

Please sign in to comment.