-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Multiline parentheses objectExpression in indexer expression #2190
Multiline parentheses objectExpression in indexer expression #2190
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a changelog entry as well.
@@ -2436,3 +2436,42 @@ async { | |||
return model.Prop | |||
} | |||
""" | |||
|
|||
[<Test>] | |||
let ``Idempotency problem when using lower MaxLineLength than default, 2176`` () = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This problem is not related to computation expressions, please move to DotIndexedGetTests
.
The test name should not start with an uppercase letter. See https://github.com/fsprojects/fantomas/blob/master/CONTRIBUTING.md#unit-test
The test name itself does also not cover what the problem case is.
Rename to multiline parentheses objectExpression in indexer expression, 2176
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
3f2134e
to
043a31f
Compare
Thanks. Done. |
043a31f
to
1c4b15c
Compare
1c4b15c
to
7e95864
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there
7e95864
to
4ac7755
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Idempotency problem when using lower MaxLineLength than default and fantomas needs to split lines
Fixes #2176