We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc52603 commit 036fefcCopy full SHA for 036fefc
data/stylish-haskell.yaml
@@ -17,7 +17,7 @@ steps:
17
18
# Align the right hand side of some elements. This is quite conservative
19
# and only applies to statements where each element occupies a single
20
- # line.
+ # line. All default to true.
21
- simple_align:
22
cases: true
23
top_level_patterns: true
@@ -126,6 +126,8 @@ steps:
126
#
127
# - module_name: align under start of module name.
128
# Useful for 'file' and 'group' align settings.
129
+ #
130
+ # Default: 4
131
list_padding: 4
132
133
# Separate lists option affects formatting of import list for type
0 commit comments