Skip to content

Allow the close parentheses of a class parameter list to be on next line #47

@hseeberger

Description

@hseeberger

I would like to see the following:

class Foo(
  bar: String,
  baz: String
)

Right now scalariform creates:

class Foo(
  bar: String,
  baz: String)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions