Skip to content
Snippets Groups Projects
Commit e536afc5 authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Add stylish-haskell config.

I have used this one "successfully" in new modules for three
or so years.
parent 8eee9f85
No related branches found
No related tags found
No related merge requests found
steps:
- imports:
align: group
list_align: after_alias
long_list_align: new_line
empty_list_align: right_after
list_padding: module_name
- language_pragmas:
style: vertical
remove_redundant: true
- trailing_whitespace: {}
columns: 160
language_extensions:
- DataKinds
- DerivingStrategies
- ExplicitForAll
- FlexibleContexts
- GeneralizedNewtypeDeriving
- MultiParamTypeClasses
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment