lspitzner / brittany

haskell source code formatter
GNU Affero General Public License v3.0
690 stars 72 forks source link

brittany doesn't format record definitions #249

Closed samuela closed 5 years ago

samuela commented 5 years ago
data Car = Car {         company :: String,
                    model :: String,
                             year :: Int}

is not changed at all by brittany.

tfausak commented 5 years ago

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