You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed one difference between original haskell-indentation and the new one. If I have (the cursor position is indicated with ^):
some :: Int -> Int
^
Hitting <Backspace> would move the cursor to the beginning of the line (the previous valid indentation position), but in the new indentation mode it just deletes one space.
I haven't looked more closely why this happens, but I have verified the difference exists when just switching branches, so all other settings are completely identical in my set up.