Tidy HTML

Tidy was created to fill a personal need while debugging some complex nested twig template output. It leverages the tidy php extension in order to post-process html responses so that the client receives consistently formatted markup.

It is marginally configurable in that the indentation and line-wrap options can be changed.

It is intended to be a development-only module.  Production environments should usually minify assets, not beautify them.