Skip to content

Don't break local statement initializer onto next line #5

Description

@SpiralP

current output

localvariable=call_something_that_is_kind_of_long(with_some_long, arguments_that_are_long)

expected output

localvariable=call_something_that_is_kind_of_long(
with_some_long,
arguments_that_are_long
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions