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

Incorrect indentation after return #213

Open
kbrose opened this issue Oct 18, 2017 · 2 comments
Open

Incorrect indentation after return #213

kbrose opened this issue Oct 18, 2017 · 2 comments

Comments

@kbrose
Copy link
Contributor

kbrose commented Oct 18, 2017

#212 results in incorrect indentation after every return and similar statements:

def f(x):
    return x
    |#cursor is here>

Other statements where indentation is known to need to decrease include pass yield continue break raise

@fmabille
Copy link

fmabille commented Nov 27, 2017

https://atom.io/packages/python-indent correct it

@kbrose
Copy link
Contributor Author

kbrose commented Nov 30, 2017

@fmabille IDK what you're trying to say...?

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

3 participants