brittany doesn't format record definitions #249

Closed
opened 2019-08-13 02:11:13 +02:00 by samuela · 1 comment
samuela commented 2019-08-13 02:11:13 +02:00 (Migrated from github.com)
data Car = Car {         company :: String,
                    model :: String,
                             year :: Int}

is not changed at all by brittany.

```haskell data Car = Car { company :: String, model :: String, year :: Int} ``` is not changed at all by brittany.
tfausak commented 2019-08-13 03:53:39 +02:00 (Migrated from github.com)

I think this is a duplicate of . Please re-open if not!

I think this is a duplicate of #47. Please re-open if not!
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hexagoxel/brittany#249
There is no content yet.