summaryrefslogtreecommitdiffhomepage
path: root/data/stylish-haskell.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'data/stylish-haskell.yaml')
-rw-r--r--data/stylish-haskell.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index d1c55f1..cbeaee0 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -15,10 +15,12 @@ steps:
# # true.
# add_language_pragma: true
- # Align the right hand side of case statements. This is quite conservative
- # and only applies to case statements where each alternative occupies a single
+ # Align the right hand side of some elements. This is quite conservative
+ # and only applies to statements where each element occupies a single
# line.
- - cases: {}
+ - simple_align:
+ cases: true
+ top_level_patterns: true
# Import cleanup
- imports: