summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-18 17:54:25 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-02-18 17:54:25 +0100
commit1b364b003f68df3adb1644769fe69810d85e3897 (patch)
tree9b8f2c134f75d7fb36033864cb2ef9d478ece9d1 /docs
parent7d0a261981d5832c21cc77f04331647e451a881f (diff)
docs: Regen docs helper
Diffstat (limited to 'docs')
-rw-r--r--docs/data/docs.json16
1 files changed, 11 insertions, 5 deletions
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