From 6349b54fc28abf5a7af1e8d520866d4e425d3fa7 Mon Sep 17 00:00:00 2001 From: Ondřej Janošík Date: Fri, 10 Jul 2015 23:56:38 +0200 Subject: Added empty lines between import sections of config file --- data/stylish-haskell.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml index d877956..0778f93 100644 --- a/data/stylish-haskell.yaml +++ b/data/stylish-haskell.yaml @@ -32,6 +32,7 @@ steps: # # Default: global. align: global + # Folowing options affect only import list alignment. # # List align has following options: @@ -54,6 +55,7 @@ steps: # # Default: after alias list_align: after alias + # Long list align style takes effect when import is too long. This is # determined by 'columns' setting. # @@ -73,6 +75,7 @@ steps: # # Default: inline long_list_align: inline + # List padding determines indentation of import list on lines after import. # This option affects 'list_align' and 'long_list_align'. list_padding: 4 -- cgit v1.2.3