newlines-between-decls
| Description | Number of spaces between top-level declarations |
|---|---|
| Type | Int |
| Default | 1 |
| Ormolu | 1 |
| Since | v0.3.0.0 |
Examples
newtype Username = Username String
newtype Password = Password String
newtype Username = Username String
newtype Password = Password String
For more examples, see the test files.