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

In MagicPython mode, return fn(\n) should indent, but does not #4

Open
slippycheeze opened this issue Apr 15, 2016 · 0 comments
Open

Comments

@slippycheeze
Copy link

This code is misindented: return fn(|) where | is the cursor; hit return and you get:

def foo():
    return fn(
    |
)

Correct indentation would be:

def foo():
    return fn(
        |
    )
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant