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
The long line split has broken an offside rule in the match statement on the long variable name. I think if necessary, the answer if we can't fix F# might be:
letfoo()=match
b.TryGetValue
(
longlonglonglonglong,
b
)with|true, i -> Some i
|false,_-> failwith ""
i.e. one level of indentation on the bracket.
Extra information
The formatted result breaks by code.
The formatted result gives compiler warnings.
I or my company would be willing to help fix this.
Issue created from fantomas-online
Code
Result
Problem description
This is very likely related to #1402.
The long line split has broken an offside rule in the match statement on the long variable name. I think if necessary, the answer if we can't fix F# might be:
i.e. one level of indentation on the bracket.
Extra information
Options
Fantomas Master at 01/27/2021 07:36:19 - 138146e
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered: