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 145
auto indent not working as expected #7
Labels
Comments
Started running into this issue since Atom started auto-indenting on paste. |
There's also this: module Architect
module Replicatable
private def clone
@clone
end
private def origin
@origin
end
end
end First module Architect
module Replicatable
private def clone
@clone
end
private def origin
@origin
end
end
end |
This bug honestly has cost me 10% of my development time today. |
This was referenced Dec 19, 2014
@senny's issue seems to be broken on tmbundle as well - reported an issue there: textmate/ruby.tmbundle#79 for @krainboltgreene's issue, I made a pull request: #76 |
+1 to @senny's issue |
This still seems to be an issue 👍 |
It's atom-wide (v0.192, 0.198, 0.199): here. |
4 tasks
And it's still an issue... |
+1 |
Spent the better part of a day trying to track down why this was happening, glad at least to see it's not just me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I ran into a situation where
Auto Indent
results in a wrong indent. I could reduce the example code to the following:After calling
Auto Indent
it will look like this:The text was updated successfully, but these errors were encountered: