summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorOndřej Janošík <j.ondra14@gmail.com>2015-09-21 01:12:29 +0200
committerOndřej Janošík <j.ondra14@gmail.com>2015-09-21 01:12:29 +0200
commit82ec3e1c458f01206c0230d4db1855c4fb6c64d8 (patch)
treefe13b64ab5ab40695df4ef86cb5dc19b486d46f5 /data
parent1637b47a9c773b870ac39c773c72d9dd6e01412b (diff)
downloadstylish-haskell-82ec3e1c458f01206c0230d4db1855c4fb6c64d8.tar.gz
New import list option
new line-multiline: Import list will start on new line when it's short enough to fit to single line. Otherwise it'll be multiline.
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 28b994e..86baae3 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -63,6 +63,9 @@ steps:
#
# - new line: Import list will start on new line.
#
+ # - new line-multiline: Import list will start on new line when it's
+ # short enough to fit to single line. Otherwise it'll be multiline.
+ #
# - multiline: One line per import list entry.
# Type with contructor list acts like single import.
#