From 1717d5d7c752ee9cbc0c1d72a86fda874ea3aa4f Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Tue, 12 Feb 2019 08:18:59 -0800 Subject: [PATCH 1/2] Clear unformatted setting --- .jsbeautifyrc.defaults.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.jsbeautifyrc.defaults.json b/.jsbeautifyrc.defaults.json index aa190d83..76a015da 100644 --- a/.jsbeautifyrc.defaults.json +++ b/.jsbeautifyrc.defaults.json @@ -60,8 +60,8 @@ // [keep|separate|normal] "indent_scripts": "keep", - // List of tags that should not be reformatted - "unformatted": ["a", "span", "img", "code", "pre", "sub", "sup", "em", "strong", "b", "i", "u", "strike", "big", "small", "pre", "h1", "h2", "h3", "h4", "h5", "h6"] + // List of tags that should not be reformatted. This should generally not be needed. + "unformatted": [], }, "css": From 87546d6f9adc22f51677091a5b9dfd333091f95a Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Tue, 12 Feb 2019 08:22:44 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1073d683..7c0c2356 100644 --- a/README.md +++ b/README.md @@ -253,8 +253,8 @@ When one is found, it stops searching, and it uses those options along with the // [keep|separate|normal] "indent_scripts": "keep", - // List of tags that should not be reformatted - "unformatted": ["a", "span", "img", "code", "pre", "sub", "sup", "em", "strong", "b", "i", "u", "strike", "big", "small", "pre", "h1", "h2", "h3", "h4", "h5", "h6"] + // List of tags that should not be reformatted. This should generally not be needed. + "unformatted": [] }, "css":