Wrap HTML files at 80 characters as well

This commit is contained in:
2019-01-20 20:18:16 +01:00
parent 0163242ba8
commit e2148004a4

View File

@@ -34,5 +34,6 @@
"window.titleBarStyle": "custom",
"[javascript]": {
"editor.formatOnSave": false
}
},
"html.format.wrapLineLength": 80
}