Inline If..elif..else indenting wrong
In Atom,
If I inline an if..elif..else block, Atom unindents the following elif..else blocks after the if block
The same issue for me :(
I have for example next code:
Then I just add any one symbol into elif line:

This appears to be the same as my incorrectly filed issue. elif appears to always unindent one level further than the line above it, even if that line is a comment or an inline if.
Same here. If I write a comment and an elif statement in the next line, it incorrectly goes back one indent level.
I have this happen, but instead it unindents all the way back.
Same problems.
Same problem.
Poke! Having the same issue
Seeing the same issue.
Same.
Same problem here.
I'm also experiencing this issue.
I have the same issue. any fix on that? It is super inconvinient.
Same here. Also with else.
It's been a year since the issue was reported and it still exists. Both elif and else gets indent reset when they are used after a return statement
Bumping this since it's still happening.
This is still an issue
switch to magicpython as suggested. everything works fine so far.
Same issue
Me too
Yikes...