Skip to content

Regression: fourmolu-0.5.0.0 deindents multiline types in record fields #145

@brandonchinn178

Description

@brandonchinn178

Fourmolu reformats this:

newtype App a = App
  { unApp ::
      ReaderT
        MyConfig
        (LoggingT IO)
        a
  }

as

newtype App a = App
  { unApp ::
    ReaderT
      MyConfig
      (LoggingT IO)
      a
  }

Possibly caused by #124

Metadata

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