Kocan plugin for [PrettyHtml](https://prettyhtml.netlify.app/).
npm install @kocan-plugins/prettyhtmlKocan plugin for PrettyHtml.
package.json
``json`
{
"devDependencies": {
"@kocan-plugins/prettyhtml": "latest"
}
}
kocan.config.js
`js``
module.exports = {
plugins: [
require('@kocan-plugins/prettyhtml')({ printWidth: 100 }),
],
};