more html settings
parent
9ed01fd628
commit
685555eee0
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"editor.insertSpaces": false,
|
|
||||||
"editor.detectIndentation": 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,
|
||||||
}
|
}
|
Loading…
Reference in New Issue