-
Notifications
You must be signed in to change notification settings - Fork 453
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
Option default_beautifier
not respected
#1570
Comments
If I recall correctly, I think you are correct, the atom-beautify/src/beautifiers/index.coffee Line 137 in 604b634
I will be addressing this bug in future releases with Unibeautify ( #1174 ) which will rely on configuration and not on Atom's settings for |
This issue has been automatically marked as stale because it has not had recent activity. If this is still an issue, please add a comment. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. If this is still an issue, please add a comment. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
Started editing JSX files lately so the package now defaults to Pretty Diff. Strange actually, because
JS Beautify
seems more elaborate/popular. Since a lot of my legacy project was formatted usingJS Beautify
I'm bound to keep using it anyway, so I set.jsbeautifyrc
withdefault_beautifier: JS Beautify
, expecting it'd work.Input Before Beautification
This is what the code looked like before:
Expected Output
The beautified code should have looked like this:
Actual Output
The beautified code actually looked like this:
Steps to Reproduce
Atom Beautify: Beautify Editor
Debug
Here is a link to the
debug.md
Gist: https://gist.github.com/adi518/310db275bf1270e7d2a0eb39d9b428edChecklist
I have:
so I know this is not a duplicate issue
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: