update prettier (#790)

* update prettier

* enable auto-formatting for html
This commit is contained in:
Denys Vuika
2018-11-08 11:54:25 +00:00
committed by GitHub
parent 2dc2f51944
commit cb3754e29d
17 changed files with 69 additions and 63 deletions

View File

@@ -4,9 +4,6 @@
"typescript.preferences.quoteStyle": "single",
"typescript.preferences.importModuleSpecifier": "relative",
"editor.formatOnSave": true,
"[html]": {
"editor.formatOnSave": false
},
"[json]": {
"editor.formatOnSave": false
}