summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-07-03 14:51:41 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-07-03 18:15:57 +0200
commitf2f6c3e9636e7a03d2b5f81b9afa1453e8a0976e (patch)
tree04e28c3badcf5188e1de81b8168207e9b7c9b1b2 /data
parentd56edbd043ac3d6f67d9f8cdf54b2c826f6da2e2 (diff)
downloadstylish-haskell-f2f6c3e9636e7a03d2b5f81b9afa1453e8a0976e.tar.gz
Add alignment for some case expressions
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index fb12606..1c04b3d 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -15,6 +15,11 @@ 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
+ # line.
+ - cases: {}
+
# Import cleanup
- imports:
# There are different ways we can align names and lists.