diff --git a/docs/data/docs.json b/docs/data/docs.json index 8e4b1f95b..37fdf6518 100644 --- a/docs/data/docs.json +++ b/docs/data/docs.json @@ -1566,6 +1566,7 @@ "disableXML": false, "tdewolff": { "html": { + "keepComments": false, "keepConditionalComments": true, "keepDefaultAttrVals": true, "keepDocumentTags": true, @@ -1574,13 +1575,18 @@ "keepWhitespace": false }, "css": { - "decimals": -1, - "keepCSS2": true + "keepCSS2": true, + "precision": 0 + }, + "js": { + "precision": 0, + "keepVarNames": false + }, + "json": { + "precision": 0 }, - "js": {}, - "json": {}, "svg": { - "decimals": -1 + "precision": 0 }, "xml": { "keepWhitespace": false