disable html formatting

This commit is contained in:
Denys Vuika 2018-09-14 11:33:31 +01:00
parent 883a1971c5
commit e3043e8187

View File

@ -1,5 +1,8 @@
{
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"editor.formatOnSave": true
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"editor.formatOnSave": true,
"[html]": {
"editor.formatOnSave": false
}
}