newlines-between-decls

DescriptionNumber of spaces between top-level declarations
TypeInt
Default1
Ormolu1
Sincev0.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.

See also