prettier examples
Example 1: run prettier
npx prettier --write path/to/my/file.html
Example 2: prettier html formatting
"html.format.wrapAttributes": "force",
"html.format.wrapLineLength": 40,
npx prettier --write path/to/my/file.html
"html.format.wrapAttributes": "force",
"html.format.wrapLineLength": 40,