summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-07-23 10:33:14 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-07-23 10:33:14 +0200
commit82943538ba7570dfadd8b3deb501bd67537c57b0 (patch)
tree273644ced25cda1c46be7c0dd024e73de960dd4d /data
parenta9cfe2edf53f0663f6deb874d31321e0cd66d849 (diff)
downloadstylish-haskell-82943538ba7570dfadd8b3deb501bd67537c57b0.tar.gz
Move Cases step to SimpleAlign
Diffstat (limited to 'data')
-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: