Skip to content

Commit fb5cdf0

Browse files
committed
[html] change default of html.format.unformatted to empty
1 parent 8351891 commit fb5cdf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/html/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"null"
9393
],
9494
"scope": "resource",
95-
"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",
95+
"default": "",
9696
"description": "%html.format.unformatted.desc%"
9797
},
9898
"html.format.contentUnformatted": {
@@ -101,7 +101,7 @@
101101
"null"
102102
],
103103
"scope": "resource",
104-
"default": "pre",
104+
"default": "pre,code,textarea",
105105
"description": "%html.format.contentUnformatted.desc%"
106106
},
107107
"html.format.indentInnerHtml": {

0 commit comments

Comments
 (0)