-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indentation when pressing o #121
Comments
What do you expect instead? Should it behave different (i.e. indent by 4 to the "def") when there are two newlines in front already? (like with "return" in the last list of the method) |
Makes sense. I think we can check Started working on it in #122. |
Not that trivial.. it fails for using def a():
b
c The indent should be 4 here IMHO, but I am also not sure about assuming that e.g. two previous blank lines should keep the indent from autoindent etc. |
Same |
Sorry in advance, I am noob. When I press
o
with cursor being onsuper()
as you can see on gif,it indents new line. But when I'm outside the method it keeps indenting it
The text was updated successfully, but these errors were encountered: