atom-beautify
atom-beautify copied to clipboard
atom-beautify
Description
The results of beautification are not what I expect.
Input Before Beautification
This is what the code looked like before:
<INSERT CODE HERE>
Expected Output
The beautified code should have looked like this:
<INSERT CODE HERE>
Actual Output
The beautified code actually looked like this:
<INSERT CODE HERE>
Steps to Reproduce
- Add code to Atom editor
- Run command
Atom Beautify: Beautify Editor
- This beautified code does not look right!
Debug
Here is a link to the debug.md
Gist: <INSERT GIST HERE>
Checklist
I have:
- [x] Tried uninstalling and reinstalling Atom Beautify to ensure it installed properly
- [x] Reloaded (or restarted) Atom to ensure it is not a caching issue
- [x] Searched through existing Atom Beautify Issues at https://github.com/Glavin001/atom-beautify/issues so I know this is not a duplicate issue
- [x] Filled out the Input, Expected, and Actual sections above or have edited/removed them in a way that fully describes the issue.
- [x] Generated debugging information by executing
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issue