We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue created from fantomas-online
There should be a new line before let! result =
let! result =
let rec loop () = async { let! msg = inbox.Receive() match msg with | Handle (eventSource,command,reply) -> let! stream = eventSource |> eventStore.GetStream let newEvents = stream |> Result.map (asEvents >> behaviour command >> enveloped eventSource) let! result = newEvents |> function | Ok events -> eventStore.Append events | Error err -> async { return Error err } do reply.Reply result return! loop () }
let rec loop () = async { let! msg = inbox.Receive () match msg with | Handle (eventSource, command, reply) -> let! stream = eventSource |> eventStore.GetStream let newEvents = stream |> Result.map (asEvents >> behaviour command >> enveloped eventSource) let! result = newEvents |> function | Ok events -> eventStore.Append events | Error err -> async { return Error err} do reply.Reply result return! loop () }
Fantomas Master at 06/01/2020 08:20:42 - 8824f4a
IndentSpaceNum
2
PageWidth
120
SemicolonAtEndOfLine
false
SpaceBeforeParameter
true
SpaceBeforeLowercaseInvocation
SpaceBeforeUppercaseInvocation
SpaceBeforeClassConstructor
SpaceBeforeMember
SpaceBeforeColon
SpaceAfterComma
SpaceBeforeSemicolon
SpaceAfterSemicolon
IndentOnTryWith
SpaceAroundDelimiter
MaxIfThenElseShortWidth
40
MaxInfixOperatorExpression
50
MaxRecordWidth
MaxArrayOrListWidth
MaxLetBindingWidth
MultilineBlockBracketsOnSameColumn
NewlineBetweenTypeDefinitionAndMembers
KeepIfThenInSameLine
StrictMode
The text was updated successfully, but these errors were encountered:
print Trivia before entire LetBang expression. Fixes fsprojects#879
c9f3dc5
print Trivia before entire LetBang expression (#880)
eee0f32
* print Trivia before entire LetBang expression. Fixes #879 * Bump to alpha 008
nojaf
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
There should be a new line before
let! result =
Code
Result
Options
Fantomas Master at 06/01/2020 08:20:42 - 8824f4a
IndentSpaceNum
2
PageWidth
120
SemicolonAtEndOfLine
false
SpaceBeforeParameter
true
SpaceBeforeLowercaseInvocation
true
SpaceBeforeUppercaseInvocation
true
SpaceBeforeClassConstructor
false
SpaceBeforeMember
false
SpaceBeforeColon
false
SpaceAfterComma
true
SpaceBeforeSemicolon
false
SpaceAfterSemicolon
true
IndentOnTryWith
false
SpaceAroundDelimiter
false
MaxIfThenElseShortWidth
40
MaxInfixOperatorExpression
50
MaxRecordWidth
40
MaxArrayOrListWidth
40
MaxLetBindingWidth
40
MultilineBlockBracketsOnSameColumn
true
NewlineBetweenTypeDefinitionAndMembers
false
KeepIfThenInSameLine
false
StrictMode
false
The text was updated successfully, but these errors were encountered: