-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
styleNitpicking and things related to purely visual aspect for formatting.Nitpicking and things related to purely visual aspect for formatting.
Milestone
Description
I think this should be the correct formatting:
data IndexWithInfo schema =
forall x.
IndexWithInfo
{ checkedIndex :: Index schema x
, checkedIndexName :: U.Variable
, checkedIndexType :: Type x
}
Currently, Ormolu reformats this to
data IndexWithInfo schema = forall x.
IndexWithInfo
{ checkedIndex :: Index schema x
, checkedIndexName :: U.Variable
, checkedIndexType :: Type x
}
Metadata
Metadata
Assignees
Labels
styleNitpicking and things related to purely visual aspect for formatting.Nitpicking and things related to purely visual aspect for formatting.