record-brace-space

DescriptionWhether to leave a space before an opening record brace
TypeBool
Defaultfalse
Ormolutrue
Sincev0.2.0.0

Examples

getUsername :: User -> String
getUsername User{..} = username
getUsername :: User -> String
getUsername User {..} = username

For more examples, see the test files.