-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Wrong indentation of else
after comment
#241
Comments
There is test for this here: https://github.com/dungpa/fantomas/blob/a97e52164707b904906ffcec6e8c2fbf494c4954/src/Fantomas.Tests/CommentTests.fs#L300-L318 but it is ignored. |
It was unclear to us why two tests are ignored, we just kept them ignore during move to dotnet core. |
Initially I thought this will be hard to fix because of how comment integration works, but then I found out we have positions of comments in See #244 :) |
gets formatted to
which is compiler error.
Without comment it works:
->
The text was updated successfully, but these errors were encountered: