Closed peterstorm closed 6 years ago
Ok, the last example is actually aligned on the equal signs, but shouldn't it push the y
out to the equal sign?
I think Align doesn't know about Haskell, it just manipulates plain text.
For Haskell code formatting, try selection a region and pressing gq
, which spawns hindent. Not sure if it will align equal signs though.
Oh, damn :(
Isn't there some way I could write code to lint, so everything aligned on equal signs, but still stayed with connected to the signs, and didn't get unnested?
I have this code:
and
:Align =
refactors that towhich is not valid haskell :( Is there any better alternative?