haskell / haskell/haskell-mode
`deriving someStrategy ...` breaks indentation in the rest of the file
Open
- Dominant language
- Emacs Lisp
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 5d 10h
- Merged PRs (30d)
- 2
Description
Having written (for example):
```haskell
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.
Contributor guide
Assessment
This issue has not been assessed yet.