summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-10-07 12:55:32 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2020-10-07 12:55:32 +0200
commit10ce71bb79cf9f6ab47ac9dfef503529c41bef00 (patch)
tree1be19aae13c6a94313d56312db94229c0cde35ea /data
parent986cea995f0272f4db470b24bf390ffc8edaeb00 (diff)
downloadstylish-haskell-10ce71bb79cf9f6ab47ac9dfef503529c41bef00.tar.gz
ModuleHeader: Add separate_lists option
See #320
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 0a2e21a..e0a739c 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -27,6 +27,9 @@ steps:
# # Should export lists be sorted? Sorting is only performed within the
# # export section, as delineated by Haddock comments.
# sort: true
+ #
+ # # See `separate_lists` for the `imports` step.
+ # separate_lists: true
# Format record definitions. This is disabled by default.
#