summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-06-19 14:19:04 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2017-06-19 14:19:04 +0200
commit178cd8794a65fcd7ffdd136a242e459e461119c0 (patch)
tree5a8682f7210ba6c0af24bfba62feb889902c7519 /data
parent8dfa649696c6321b34bdd124020d8afc03c8c9bc (diff)
downloadstylish-haskell-178cd8794a65fcd7ffdd136a242e459e461119c0.tar.gz
Rename list_same_align to pad_module_names
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index a5789d1..10301be 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -64,7 +64,7 @@ steps:
# Default: after_alias
list_align: after_alias
- # Keep the same alignment between imports in a group:
+ # Right-pad the module names to align imports in a group:
#
# - true: a little more readable
#
@@ -81,7 +81,7 @@ steps:
# > init, last, length)
#
# Default: true
- list_same_align: true
+ pad_module_names: true
# Long list align style takes effect when import is too long. This is
# determined by 'columns' setting.