2016-07-18 22:17:21 -06:00
|
|
|
# Description
|
2016-02-18 14:29:19 -07:00
|
|
|
|
|
|
|
The results of beautification are not what I expect.
|
|
|
|
|
2016-07-18 22:17:21 -06:00
|
|
|
# Expected Results
|
2016-02-18 14:29:19 -07:00
|
|
|
|
|
|
|
The beautified code should have looked like:
|
|
|
|
|
|
|
|
```
|
|
|
|
<INSERT CODE HERE>
|
|
|
|
```
|
|
|
|
|
2016-07-18 22:17:21 -06:00
|
|
|
# Steps to Reproduce
|
2016-02-18 14:29:19 -07:00
|
|
|
|
|
|
|
1. Add code to Atom editor
|
|
|
|
2. Run command `Atom Beautify: Beautify Editor`
|
|
|
|
3. This beautified code does not look right!
|
|
|
|
|
2016-07-18 22:17:21 -06:00
|
|
|
# Debug
|
2016-02-18 14:29:19 -07:00
|
|
|
|
2016-07-18 22:17:21 -06:00
|
|
|
Here is a link to the `debug.md` Gist: <INSERT GIST HERE>
|
2016-02-18 14:29:19 -07:00
|
|
|
|
|
|
|
# Checklist
|
|
|
|
|
2016-02-18 23:42:09 -07:00
|
|
|
- [ ] I have tried uninstalling and reinstalling Atom Beautify to ensure it installed properly
|
2016-04-26 14:11:16 -06:00
|
|
|
- [ ] I have reloaded (or restarted) Atom to ensure it is not a caching issue
|
2016-07-18 22:17:21 -06:00
|
|
|
- [ ] Searched for existing Atom Beautify Issues at https://github.com/Glavin001/atom-beautify/issues
|
2016-02-18 14:29:19 -07:00
|
|
|
so I know this is not a duplicate issue
|
|
|
|
- [ ] Generated debugging information and added link for `debug.md` Gist to this issue
|