Skip to content

Transform single line into indented block #18

@mgraham

Description

@mgraham

I would love to see a feature that would transform this:

    @foo = SomeClass.new(bar: 3, baz: 4, quux: 5)

Into this:

    @foo = SomeClass.new(
        bar: 3, 
        baz: 4, 
        quux: 5,
    )

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions