`deriving someStrategy ...` breaks indentation in the rest of the file
eyeinsky opened this issue · 0 comments
eyeinsky commented
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.