threedaymonk / htmlbeautifier

A normaliser/beautifier for HTML that also understands embedded Ruby. Ideal for tidying up Rails templates.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow config to be read from a file?

andyw8 opened this issue Β· comments

πŸ‘‹ I'm running htmlbeautifier with VS Code via https://github.com/aliariff/vscode-erb-beautify

The extension has its own configuration mirroring the flags for htmlbeautifier. I think it could be useful if htmlbeautifier was able to read from a simple config file, so that the command line tool could share the same config as editor extensions/plugins.

cc @aliariff