1.4 KiB
1.4 KiB
Description
The results of beautification are not what I expect.
Expected Results
The beautified code should have looked like:
<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: https://gist.github.com/...
How to create debug.md
Gist
Note that this will include a copy of your code. If your code is private, please create a different sample of code that reproduces the problem.
- In the Atom command-palette,
search for and run the command
Atom Beautify: Help Debug Editor
. The debugging results will be copied to your clipboard. - Create a new Gist at https://gist.github.com/
- Create a file in your new Gist called
debug.md
. - Paste your debugging results from Atom beautify into
debug.md
file in your Gist. - Add a link to your Gist in your new Issue.
Checklist
- I have tried uninstalling and reinstalling Atom Beautify to ensure it installed properly
- I have reloaded (or restarted) Atom to ensure it is not a caching issue
- Searched for existing Atom Beautify Issues at https://github.com/Glavin001/atom-beautify/issues so I know this is not a duplicate issue
- Generated debugging information and added link for
debug.md
Gist to this issue