-
Notifications
You must be signed in to change notification settings - Fork 347
haskell-indentation-newline-and-indent honor block column #1462
New issue
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
Comments
type <RET> "then" <TAB>, "then" will allign with "if" |
An additional TAB, whilest it could be known already, whereto jump on newline. |
no, there's just one TAB |
This is a feature discussed in #366. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
foo = if xs == []
RET at EOL ends at second line column 2, but should match up with "if", col 6.
The text was updated successfully, but these errors were encountered: