Answers for "html prettifier"

0

prettierrc

{
  "trailingComma": "es5",
  "tabWidth": 4,
  "semi": false,
  "singleQuote": true
}
Posted by: Guest on December-19-2020
0

prettier html formatting

"html.format.wrapAttributes": "force",
"html.format.wrapLineLength": 40,
Posted by: Guest on February-25-2020

Browse Popular Code Answers by Language