summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorOndřej Janošík <j.ondra14@gmail.com>2015-07-10 23:56:38 +0200
committerOndřej Janošík <j.ondra14@gmail.com>2015-07-10 23:56:38 +0200
commit6349b54fc28abf5a7af1e8d520866d4e425d3fa7 (patch)
tree1443a0d29cbef90090f839ccc1140e980db1abdd /data
parent86b93e4abf7976b73fcf7ba9988283415e6f5d41 (diff)
downloadstylish-haskell-6349b54fc28abf5a7af1e8d520866d4e425d3fa7.tar.gz
Added empty lines between import sections of config file
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml3
1 files changed, 3 insertions, 0 deletions
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