Skip to content

Support multiline return definitions #2

Description

@Jay-Madden

Though not commonly used Go allows return definitions that scale multiple lines

func foo() (int,
  string,
  error) {
}

Right now these will break the formatter as it does not handle row changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions