Skip to content

off by one space on newline #2006

Open
Open
@thinkingatoms

Description

@thinkingatoms

hi,

currently when i type the following:

a = abc(hi,<return for new line>

i get:

a = abc(hi,
       ho=cursor_on_new_line_starts_at_the_same_position_as_parenthesis)

would it be possible to change it to get the following instead?

a = abc(hi,
        ho=cursor_at_the_same_position_as_first_variable)

thanks so much!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions