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