ormolu-0.8.2.0: data/examples/other/comment-trailing-blank-line-variants-out.hs
textComment = do
a -- some text
b
blockComment = do
a {- foo -}
b
twoComments = do
a --
--
bar
adjacentThenBlank = do
a --
--
bar
textComment = do
a -- some text
b
blockComment = do
a {- foo -}
b
twoComments = do
a --
--
bar
adjacentThenBlank = do
a --
--
bar