From 178cd8794a65fcd7ffdd136a242e459e461119c0 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 19 Jun 2017 14:19:04 +0200 Subject: Rename list_same_align to pad_module_names --- data/stylish-haskell.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') 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. -- cgit v1.2.3