You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possible incorrect indentation: this token is offside of context started at position (119:15). Try indenting this token further or using standard formatting conventions."
We could have an autofix to indent this correctly, yielding code:
letfoo=match[1]with|_->()
As a bonus, pressing "tab" on the second line could stop at the minimum correct indentation. Currently,
you need to press space N times to hit the exact spot.
The text was updated successfully, but these errors were encountered:
Repro steps
Have this code:
You get squigglies for |, with the tip:
Possible incorrect indentation: this token is offside of context started at position (119:15). Try indenting this token further or using standard formatting conventions."
We could have an autofix to indent this correctly, yielding code:
As a bonus, pressing "tab" on the second line could stop at the minimum correct indentation. Currently,
you need to press space N times to hit the exact spot.
The text was updated successfully, but these errors were encountered: