Skip to content

Enum formatting #262

@jaspervdj

Description

@jaspervdj

v0.10.0.0 formats the following:

data Tag = Title | Text

As:

data Tag = Title
    | Text

Whereas it should really just stay as-is. I suspect this may be a problem with the new records formatting? cc @lukasz-golebiewski @EncodePanda

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