-
Notifications
You must be signed in to change notification settings - Fork 38
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
Indentation expectation on existing code #93
Comments
The reason it does that is because it's indenting to the lambda's start column + the Try setting |
I just noticed in |
Thanks ! There is still a case where it does not seem to work right:
So here it insist to go below the |
As another example I have a hard time to find a way to write the following with
The behavior is actually quite erratic. After |
I have some existing code formated as such:
If I place the cursor after the
o
ofdo
, I am not able to go above thea
ofalwaysReturn
. By default it goes below theu
ofout
.I am using
haskell-simple-indent
and try to switch tohi2
but without success.Is there a way to get the behavior I expect ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: