more html settings

merge-requests/2/merge
Nato Boram 2019-04-27 22:38:39 -04:00
parent 9ed01fd628
commit 685555eee0
1 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
{
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.insertSpaces": false,
"editor.wordWrap": "on",
"html.format.indentHandlebars": true,
"html.format.maxPreserveNewLines": 1,
"html.format.wrapLineLength": 0,
"jshint.lintHTML": true,
}