Skip to content

Commit 036fefc

Browse files
jonascarpayjaspervdj
authored andcommitted
Add missing default messages
1 parent dc52603 commit 036fefc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/stylish-haskell.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717

1818
# Align the right hand side of some elements. This is quite conservative
1919
# and only applies to statements where each element occupies a single
20-
# line.
20+
# line. All default to true.
2121
- simple_align:
2222
cases: true
2323
top_level_patterns: true
@@ -126,6 +126,8 @@ steps:
126126
#
127127
# - module_name: align under start of module name.
128128
# Useful for 'file' and 'group' align settings.
129+
#
130+
# Default: 4
129131
list_padding: 4
130132

131133
# Separate lists option affects formatting of import list for type

0 commit comments

Comments
 (0)