summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
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.