iquiw / hyai

Haskell Yet Another Indentation
3 stars 2 forks source link

Indent after , ... = line #2

Closed iquiw closed 8 years ago

iquiw commented 8 years ago
person = Person
    { firstName = "John"
    , lastName  = "Smith"
iquiw commented 8 years ago

Fixed by 234ac4e