summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJonas Carpay <jonascarpay@gmail.com>2019-02-28 16:29:25 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2019-03-10 13:02:49 -0400
commit036fefc8ec597d31b99a7f3c221d326f61b6546e (patch)
tree17baa61265f5505b93e026988d02cc3299500e52
parentdc526034228e8431731645fcb483386931cae199 (diff)
downloadstylish-haskell-036fefc8ec597d31b99a7f3c221d326f61b6546e.tar.gz
Add missing default messages
-rw-r--r--data/stylish-haskell.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/stylish-haskell.yaml b/data/stylish-haskell.yaml
index c1d822d..6d43499 100644
--- a/data/stylish-haskell.yaml
+++ b/data/stylish-haskell.yaml
@@ -17,7 +17,7 @@ steps:
# Align the right hand side of some elements. This is quite conservative
# and only applies to statements where each element occupies a single
- # line.
+ # line. All default to true.
- simple_align:
cases: true
top_level_patterns: true
@@ -126,6 +126,8 @@ steps:
#
# - module_name: align under start of module name.
# Useful for 'file' and 'group' align settings.
+ #
+ # Default: 4
list_padding: 4
# Separate lists option affects formatting of import list for type