From 036fefc8ec597d31b99a7f3c221d326f61b6546e Mon Sep 17 00:00:00 2001 From: Jonas Carpay Date: Thu, 28 Feb 2019 16:29:25 +0100 Subject: Add missing default messages --- data/stylish-haskell.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3