Skip to content
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

Behavior when writing functions in Python #27

Open
minhduc0711 opened this issue Nov 13, 2020 · 0 comments
Open

Behavior when writing functions in Python #27

minhduc0711 opened this issue Nov 13, 2020 · 0 comments

Comments

@minhduc0711
Copy link

I'm having this problem in Python when I write functions arguments like this ( | indicates the cursor position)

def do_something(a,|

When pressing Enter:

Expected

def do_something(a,
                |):

where the auto indentation is already handled by a Python vim plugin.

Actual

def do_something(a,
    |
                 )

Would be great if you can improve this, as I love bracket auto expansion. Thanks!

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

No branches or pull requests

1 participant