Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Inline If..elif..else indenting wrong #159

Open
DragonFerocity opened this issue Sep 27, 2016 · 20 comments
Open

Inline If..elif..else indenting wrong #159

DragonFerocity opened this issue Sep 27, 2016 · 20 comments

Comments

@DragonFerocity
Copy link

In Atom,

If I inline an if..elif..else block, Atom unindents the following elif..else blocks after the if block

@Kycko
Copy link

Kycko commented Jun 4, 2017

The same issue for me :(
I have for example next code:
2017-06-04 17-10-30
Then I just add any one symbol into elif line:
2017-06-04 17-10-45

@ShadowLNC
Copy link

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.

@ghost
Copy link

ghost commented Jul 3, 2017

Same here. If I write a comment and an elif statement in the next line, it incorrectly goes back one indent level.

@EnderDas
Copy link

I have this happen, but instead it unindents all the way back.

@oceanicdev
Copy link

Same problems.

@GuillaumeDesforges
Copy link

Same problem.

@wotann07
Copy link

Poke! Having the same issue

@arnavs
Copy link

arnavs commented Oct 20, 2017

Seeing the same issue.

@benhubsch
Copy link

Same.

@hsalas
Copy link

hsalas commented Nov 8, 2017

Same problem here.

@MTPeyton
Copy link

I'm also experiencing this issue.

@scotthuang1989
Copy link

scotthuang1989 commented Nov 16, 2017

I have the same issue. any fix on that? It is super inconvinient.

@naquiroz
Copy link

Same here. Also with else.

@Niezbedny
Copy link

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

@ghost
Copy link

ghost commented Nov 24, 2017

Bumping this since it's still happening.

@samsafadi
Copy link

This is still an issue

@scotthuang1989
Copy link

switch to magicpython as suggested. everything works fine so far.

@nitipit
Copy link

nitipit commented Jan 18, 2018

Same issue

@markmbaum
Copy link

Me too

@iquizzle
Copy link

iquizzle commented Mar 2, 2018

Yikes...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests