This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
auto-indent produces non-equivalent coffeescript #40
Labels
Comments
Are these related? https://discuss.atom.io/t/coffeescript-auto-indent-broken/10951/7 |
I get the same thing when I paste... I think this is probably a problem with v.147 of atom than this plugin (just a gut feeling) |
Python is broke too. |
@afinne nice find this should help narrow it down! |
Related to #20 |
The indent problem is atom-wide (since 0.192 as far as I can tell): here. @nmccready, I noticed it first in python, too |
Whomever is in charge of this should look at https://atom.io/packages/atom-beautify . As the indenting works perfectly there for CoffeeScript. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hey kev,
awesome job so far on the cs language plugin and atom in general!
i just wanted to document the following scenario:
i have the following coffeescript:
and when i run auto-indent on it, i get the following (notice how
test_files
lines up underless
) non-equivalent coffeescript:regards,
tony.
The text was updated successfully, but these errors were encountered: