Skip to content

Commit

Permalink
Create .stylish-haskell.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vrom911 committed Sep 30, 2018
1 parent 3ad9fd5 commit a735530
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .stylish-haskell.yaml
@@ -0,0 +1,59 @@
steps:
- simple_align:
cases: true
top_level_patterns: true
records: true

# Import cleanup
- imports:
align: none
list_align: after_alias
pad_module_names: false
long_list_align: inline
empty_list_align: inherit
list_padding: 4
separate_lists: true
space_surround: false

- language_pragmas:
style: vertical
remove_redundant: true

# Remove trailing whitespace
- trailing_whitespace: {}

columns: 100

newline: native

language_extensions:
- BangPatterns
- ConstraintKinds
- DataKinds
- DefaultSignatures
- DeriveAnyClass
- DeriveDataTypeable
- DeriveGeneric
- DerivingStrategies
- FlexibleContexts
- FlexibleInstances
- FunctionalDependencies
- GADTs
- GeneralizedNewtypeDeriving
- InstanceSigs
- KindSignatures
- LambdaCase
- MultiParamTypeClasses
- MultiWayIf
- NamedFieldPuns
- NoImplicitPrelude
- OverloadedStrings
- QuasiQuotes
- RecordWildCards
- ScopedTypeVariables
- StandaloneDeriving
- TemplateHaskell
- TupleSections
- TypeApplications
- TypeFamilies
- ViewPatterns

0 comments on commit a735530

Please sign in to comment.