-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
styleNitpicking and things related to purely visual aspect for formatting.Nitpicking and things related to purely visual aspect for formatting.
Description
Is your feature request related to a problem? Please describe.
I am relatively new to Haskell, so I apologize in case I am the problem :)
Describe the solution you'd like
When formatting this:
newtype Html =
Html String
type Title =
Stringit gets formatted as:
newtype Html
= Html String
type Title =
Stringthe equal sign placement bothers me, it isn't consistent between newtype and type, maybe this is intended behavior, I am not really sure
Metadata
Metadata
Assignees
Labels
styleNitpicking and things related to purely visual aspect for formatting.Nitpicking and things related to purely visual aspect for formatting.