summaryrefslogtreecommitdiffhomepage
path: root/data/stylish-haskell.yaml
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-05-13 10:42:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-05-13 10:42:46 -0700
commitb3102087ce4cfceb395ce981c4ac167a9d6b7642 (patch)
tree1feb8e3fd4a877a765afa6efa6c2a3be35dcbd7a /data/stylish-haskell.yaml
parent01298b15d95aec5945be8c5839045763d57657fc (diff)
parent7fac380bd83d51191e223560449d808e323d7ca6 (diff)
downloadstylish-haskell-b3102087ce4cfceb395ce981c4ac167a9d6b7642.tar.gz
Merge tag 'v0.9.2.0'
v0.9.2.0
Diffstat (limited to 'data/stylish-haskell.yaml')
-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