Open rbur004 opened 3 years ago
If you still need this and are looking for something to fill the spot that Atom left, I am using Pulsar the successor to Atom... This package is working except for one deprecated error listed in #2605
If you don't need this anymore, can you please close this out so it's not just sitting there? Thanks
Description
The first 330 lines of the file disappeared. I have only seen this on this one file. The others seem to be fine (Though I hope I haven't missed another case).
Running 'rubocop -a' directly on the file, does work as expected.
Input Before Beautification
This is what the code looked like before:
Expected Output
The beautified code should have looked like this:
result of rubocop -a
Actual Output
The beautified code actually looked like this: Every line, upto line 331 is gone!
Steps to Reproduce
Atom Beautify: Beautify Editor
Debug
Here is a link to the
debug.md
Gist: https://github.com/rbur004/atom_beautifier_gist/blob/main/debug.mdChecklist
I have:
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issue