summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorMartin Huschenbett <martin.huschenbett@posteo.me>2018-05-01 13:58:19 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2018-05-01 20:26:22 +0200
commit18a128349f76f44fef11290976623cc157268bd3 (patch)
tree9f18f556bf7e521124a0dc7e3f24e5b28f5dc0b9 /data
parent8447f67e7d16c0a8f84759c72833e14cab5611e7 (diff)
downloadstylish-haskell-18a128349f76f44fef11290976623cc157268bd3.tar.gz
Add new step to squash multiple spaces between some elements
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 10301be..c1d822d 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -198,6 +198,11 @@ steps:
# Remove trailing whitespace
- trailing_whitespace: {}
+ # Squash multiple spaces between the left and right hand sides of some
+ # elements into single spaces. Basically, this undoes the effect of
+ # simple_align but is a bit less conservative.
+ # - squash: {}
+
# A common setting is the number of columns (parts of) code will be wrapped
# to. Different steps take this into account. Default: 80.
columns: 80