Show HTML setting descriptions as markdown, remove wrapAttributesIndentSize from #55743

This commit is contained in:
Rob Lourens
2018-09-11 11:45:47 -07:00
parent 7bca3fb9c0
commit 60b4b9939e
2 changed files with 12 additions and 13 deletions

View File

@@ -51,7 +51,7 @@
],
"scope": "resource",
"default": "wbr",
"description": "%html.format.unformatted.desc%"
"markdownDescription": "%html.format.unformatted.desc%"
},
"html.format.contentUnformatted": {
"type": [
@@ -60,13 +60,13 @@
],
"scope": "resource",
"default": "pre,code,textarea",
"description": "%html.format.contentUnformatted.desc%"
"markdownDescription": "%html.format.contentUnformatted.desc%"
},
"html.format.indentInnerHtml": {
"type": "boolean",
"scope": "resource",
"default": false,
"description": "%html.format.indentInnerHtml.desc%"
"markdownDescription": "%html.format.indentInnerHtml.desc%"
},
"html.format.preserveNewLines": {
"type": "boolean",
@@ -81,13 +81,13 @@
],
"scope": "resource",
"default": null,
"description": "%html.format.maxPreserveNewLines.desc%"
"markdownDescription": "%html.format.maxPreserveNewLines.desc%"
},
"html.format.indentHandlebars": {
"type": "boolean",
"scope": "resource",
"default": false,
"description": "%html.format.indentHandlebars.desc%"
"markdownDescription": "%html.format.indentHandlebars.desc%"
},
"html.format.endWithNewline": {
"type": "boolean",
@@ -102,7 +102,7 @@
],
"scope": "resource",
"default": "head, body, /html",
"description": "%html.format.extraLiners.desc%"
"markdownDescription": "%html.format.extraLiners.desc%"
},
"html.format.wrapAttributes": {
"type": "string",