Skip to content

[Feature request]Disable empty line between mutually recursive type #1658

Closed
@cxa

Description

type Cmd<'msg> = Cmd'<'msg> list
and private Cmd'<'msg> = Send<'msg> -> unit

formatted to

type Cmd<'msg> = Cmd'<'msg> list

and private Cmd'<'msg> = Send<'msg> -> unit

Preview

Can we have an option to remove the empty line above and? Thanks.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions