haskell-mode
haskell-mode copied to clipboard
`deriving someStrategy ...` breaks indentation in the rest of the file
Having written (for example):
data A = A Int
deriving newtype (Eq)
then pressing return/enter the cursor is taken to the start of next line with no options to cycle through with a tab. And it also makes it such for the rest of the file.