From 38bd8b531ce531ca2ab43220841637f7305626ce Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Wed, 5 Sep 2018 23:31:04 -0700 Subject: [PATCH] Set unformattted to empty --- src/languages/html.coffee | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/languages/html.coffee b/src/languages/html.coffee index 2ff2070..dc047ed 100644 --- a/src/languages/html.coffee +++ b/src/languages/html.coffee @@ -66,17 +66,7 @@ module.exports = { description: "Number of line-breaks to be preserved in one chunk" unformatted: type: 'array' - default: [ - 'a', 'abbr', 'area', 'audio', 'b', 'bdi', 'bdo', 'br', 'button', 'canvas', 'cite', - 'code', 'data', 'datalist', 'del', 'dfn', 'em', 'embed', 'i', 'iframe', 'img', - 'input', 'ins', 'kbd', 'keygen', 'label', 'map', 'mark', 'math', 'meter', 'noscript', - 'object', 'output', 'progress', 'q', 'ruby', 's', 'samp', 'select', 'small', - 'span', 'strong', 'sub', 'sup', 'svg', 'template', 'textarea', 'time', 'u', 'var', - 'video', 'wbr', 'text', - 'acronym', 'address', 'big', 'dt', 'ins', 'small', 'strike', 'tt', - 'pre', - 'h1', 'h2', 'h3', 'h4', 'h5', 'h6' - ] + default: [] items: type: 'string' description: "(Deprecated for most scenarios - consider inline or content_unformatted) List of tags that should not be reformatted at all. NOTE: Set this to [] to get improved beautifier behavior."