Add a comment about one superfluous docSetParSpacing
parent
ab27825b7b
commit
4497fa927f
|
@ -177,10 +177,13 @@ layoutExpr lexpr@(L _ expr) = do
|
||||||
, -- func argline1
|
, -- func argline1
|
||||||
-- arglines
|
-- arglines
|
||||||
-- e.g.
|
-- e.g.
|
||||||
-- func if x
|
-- func Abc
|
||||||
-- then 1
|
-- { member1 = True
|
||||||
-- else 2
|
-- , member2 = 13
|
||||||
docSetParSpacing
|
-- }
|
||||||
|
docSetParSpacing -- this is most likely superfluous because
|
||||||
|
-- this is a sequence of a one-line and a par-space
|
||||||
|
-- anyways, so it is _always_ par-spaced.
|
||||||
$ docAddBaseY BrIndentRegular
|
$ docAddBaseY BrIndentRegular
|
||||||
$ docSeq
|
$ docSeq
|
||||||
[ appSep $ docForceSingleline expDoc1
|
[ appSep $ docForceSingleline expDoc1
|
||||||
|
|
Loading…
Reference in New Issue