language-python
language-python copied to clipboard
Incorrect indentation after `return`
https://github.com/atom/language-python/pull/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
https://atom.io/packages/python-indent correct it
@fmabille IDK what you're trying to say...?