[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

@@ -8,6 +8,9 @@
"html.format.indentHandlebars.desc": "Format and indent {{#foo}} and {{/foo}}.",
"html.format.endWithNewline.desc": "End with a newline.",
"html.format.extraLiners.desc": "List of tags, comma separated, that should have an extra newline before them. 'null' defaults to \"head, body, /html\".",
"html.format.wrapAttributes.desc": "Wrap attributes always ('force') or only when line length is exceeded ('auto').",
"html.format.wrapAttributes.auto": "Wrap attributes when line length is exceeded.",
"html.format.wrapAttributes.force": "Always wrap attributes.",
"html.suggest.angular1.desc": "Configures if the built-in HTML language support suggests Angular V1 tags and properties.",
"html.suggest.ionic.desc": "Configures if the built-in HTML language support suggests Ionic tags, properties and values.",
"html.suggest.html5.desc":"Configures if the built-in HTML language support suggests HTML5 tags, properties and values.",