mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
[html] update jsbeautify (for #2204)
This commit is contained in:
@@ -87,9 +87,17 @@
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"default": "a, abbr, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, pre, q, samp, select, small, span, strong, sub, sup, textarea, tt, var",
|
||||
"default": "a, abbr, acronym, b, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, object, q, samp, select, small, span, strong, sub, sup, textarea, tt, var",
|
||||
"description": "%html.format.unformatted.desc%"
|
||||
},
|
||||
"html.format.contentUnformatted": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
],
|
||||
"default": "pre",
|
||||
"description": "%html.format.contentUnformatted.desc%"
|
||||
},
|
||||
"html.format.indentInnerHtml": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
@@ -129,8 +137,8 @@
|
||||
"html.format.wrapAttributes": {
|
||||
"type": "string",
|
||||
"default": "auto",
|
||||
"enum": [ "auto", "force" ],
|
||||
"enumDescriptions": ["%html.format.wrapAttributes.auto%", "%html.format.wrapAttributes.force%"],
|
||||
"enum": [ "auto", "force", "force-align", "force-expand-multiline" ],
|
||||
"enumDescriptions": ["%html.format.wrapAttributes.auto%", "%html.format.wrapAttributes.force%", "%html.format.wrapAttributes.forcealign%", "%html.format.wrapAttributes.forcemultiline%"],
|
||||
"description": "%html.format.wrapAttributes.desc%"
|
||||
},
|
||||
"html.suggest.angular1": {
|
||||
|
||||
Reference in New Issue
Block a user