summaryrefslogtreecommitdiffhomepage
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/stylish-haskell.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index b8e569d..3bed473 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -101,7 +101,12 @@ steps:
empty_list_align: inherit
# List padding determines indentation of import list on lines after import.
- # This option affects 'list_align' and 'long_list_align'.
+ # This option affects 'long_list_align'.
+ #
+ # - <integer>: constant value
+ #
+ # - module_name: align under start of module name.
+ # Useful for 'file' and 'group' align settings.
list_padding: 4
# Separate lists option affects formating of import list for type