-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beautifier Pipeline: Multiple/cascading beautifiers per language #4
Comments
Any progress on this? Been looking for a feature like this for quite some time. :) |
No progress yet, however I just finished my final exams for University yesterday! So now I have a little more time to get us back on track 😃 |
Going to use option key |
Close #4. Add support for multiple beautifiers, and beautifiers config option
Published to v0.5.0! See tests: https://github.com/Unibeautify/unibeautify/blob/master/test/beautifier/pipeline.ts |
Example {
"JavaScript": {
"beautifiers": ["Pretty Diff", "JS-Beautify", "Prettier"]
}
} |
See the original issue for more details.
.jsbeautifyrc
to contain a fielddefault_beautifiers
and therefore be automatically configurable while switching different projects.default_beautifiers
will accept an array (of course) and process the text sequentially.The text was updated successfully, but these errors were encountered: