From 685555eee042749845830562226bccc8a82c4c78 Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Sat, 27 Apr 2019 22:38:39 -0400 Subject: [PATCH] more html settings --- .vscode/settings.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e992ef0..848688f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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, } \ No newline at end of file