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
match x with| Foo f ->[]| Bar x ->"\n"+ columnHeadersText
+"\n"+ seprator
+"\n"+ itemsText
|> Some
Reformatted code
match x with| Foo f ->[]| Bar x ->"\n"+ columnHeadersText
+"\n"+ seprator
+"\n"+ itemsText
|> Some
Problem description
Fantomas was not able to produce the same code after reformatting the result.
The recent change to fix #1501 introduced this problem.
The body of the last clause needs to be further away from the infix that follows.
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
Formatted code
Reformatted code
Problem description
Fantomas was not able to produce the same code after reformatting the result.
The recent change to fix #1501 introduced this problem.
The body of the last clause needs to be further away from the infix that follows.
Extra information
Options
Fantomas Master at 03/21/2021 11:39:41 - f79dfe5
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: