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
letintermediateModel:IntermediateModel =
initialIntermediateModel
|> fold caseFold events
|>if super long complicated condition that maybe should be factored out then
updateActions
else
id
Result
letintermediateModel:IntermediateModel =
initialIntermediateModel
|> fold caseFold events
|>if super long complicated condition that maybe should be factored out then
updateActions
else
id
Problem description
The then part and the else part have different indentation. It should look like the input code I think.
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
The
then
part and theelse
part have different indentation. It should look like the input code I think.Extra information
Options
Fantomas Master at 09/25/2020 13:25:55 - 693de17
The text was updated successfully, but these errors were encountered: