You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sample-cli-config-file.conf 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. }