Automated code formatting with Prettier code example
Example 1: prettier html formatting
"html.format.wrapAttributes": "force",
"html.format.wrapLineLength": 40,
Example 2: prettier code formatter is removing ;
{ "trailingComma":"none", "tabWidth": 4, "semi": true, "singleQuote": false}