diff --git a/extensions/html/package.json b/extensions/html/package.json
index a5ebee09dd3..240cb7d8d9f 100644
--- a/extensions/html/package.json
+++ b/extensions/html/package.json
@@ -92,7 +92,7 @@
"null"
],
"scope": "resource",
- "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",
+ "default": "",
"description": "%html.format.unformatted.desc%"
},
"html.format.contentUnformatted": {
@@ -101,7 +101,7 @@
"null"
],
"scope": "resource",
- "default": "pre",
+ "default": "pre,code,textarea",
"description": "%html.format.contentUnformatted.desc%"
},
"html.format.indentInnerHtml": {