haskell-mode icon indicating copy to clipboard operation
haskell-mode copied to clipboard

`deriving someStrategy ...` breaks indentation in the rest of the file

Open eyeinsky opened this issue 2 years ago • 0 comments

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.

eyeinsky avatar Aug 22 '23 08:08 eyeinsky