Closed
Description
Say I am declaring a data type:
data FooX
where X
is the cursor position. Pressing enter does not indent the new line, but I would expect there to be some indentation:
data Foo
X
Now I define a data constructor:
data Foo
= BarX
In this setting pressing tab does not indent the code. #1079 might be related.