[html] attribute on separate line formatting. Fixes #2204

This commit is contained in:
Martin Aeschlimann
2017-01-07 22:48:35 -04:00
parent ca0bf48d75
commit be716e241f
4 changed files with 13 additions and 3 deletions

View File

@@ -126,6 +126,13 @@
"default": "head, body, /html",
"description": "%html.format.extraLiners.desc%"
},
"html.format.wrapAttributes": {
"type": "string",
"default": "auto",
"enum": [ "auto", "force" ],
"enumDescriptions": ["%html.format.wrapAttributes.auto%", "%html.format.wrapAttributes.force%"],
"description": "%html.format.wrapAttributes.desc%"
},
"html.suggest.angular1": {
"type": "boolean",
"default": true,