I have a pretty basic case that doesn't work properly:
foo :: [Int]
foo =
[ 1
, 2
, 3
]
The lines with 2 and 3 are incorrectly auto-indented an extra two spaces. This seems to take place in the indentGuard function. Looking into it now but maybe you know how to fix it already.
I have a pretty basic case that doesn't work properly:
The lines with
2
and3
are incorrectly auto-indented an extra two spaces. This seems to take place in theindentGuard
function. Looking into it now but maybe you know how to fix it already.