Change from pnpm to npm, add ./link.sh shortcut for npm style package linking
[html-minifier.git] / sample-cli-config-file.conf
1 {
2   "caseSensitive": false,
3   "collapseBooleanAttributes": true,
4   "collapseInlineTagWhitespace": false,
5   "collapseWhitespace": true,
6   "conservativeCollapse": false,
7   "customAttrCollapse": ".*",
8   "decodeEntities": true,
9   "html5": true,
10   "ignoreCustomFragments": [
11     "<#[\\s\\S]*?#>",
12     "<%[\\s\\S]*?%>",
13     "<\\?[\\s\\S]*?\\?>"
14   ],
15   "includeAutoGeneratedTags": false,
16   "keepClosingSlash": false,
17   "maxLineLength": 0,
18   "minifyCSS": true,
19   "minifyJS": true,
20   "preserveLineBreaks": false,
21   "preventAttributesEscaping": false,
22   "processConditionalComments": true,
23   "processScripts": [
24     "text/html"
25   ],
26   "removeAttributeQuotes": true,
27   "removeComments": true,
28   "removeEmptyAttributes": true,
29   "removeEmptyElements": true,
30   "removeOptionalTags": true,
31   "removeRedundantAttributes": true,
32   "removeScriptTypeAttributes": true,
33   "removeStyleLinkTypeAttributes": true,
34   "removeTagWhitespace": true,
35   "sortAttributes": true,
36   "sortClassName": true,
37   "trimCustomFragments": true,
38   "useShortDoctype": true
39 }