commonjs-html-prettyprinter
commonjs-html-prettyprinter copied to clipboard
Don't add extra lines around the <head> and <body> tags
Most people are probably not looking to add extra spaces around the <head>
and <body>
tags.
It was doing this:
<html>
<head>
</head>
<body>
</body>
</html>
Perhaps it could be an option, but certainly not default behavior.