We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
X
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.
The text was updated successfully, but these errors were encountered:
indentation
No branches or pull requests
Say I am declaring a data type:
where
X
is the cursor position. Pressing enter does not indent the new line, but I would expect there to be some indentation:Now I define a data constructor:
In this setting pressing tab does not indent the code. #1079 might be related.
The text was updated successfully, but these errors were encountered: