record-brace-space
| Description | Whether to leave a space before an opening record brace |
|---|---|
| Type | Bool |
| Default | false |
| Ormolu | true |
| Since | v0.2.0.0 |
Examples
getUsername :: User -> String
getUsername User{..} = username
getUsername :: User -> String
getUsername User {..} = username
For more examples, see the test files.