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-ui
Not sure why there are more spaces between Decode.field "aggregate_id". Also a lost of a code comment after | None -> None)
Decode.field
"aggregate_id"
| None -> None)
Decode.map3 (fun aggregateId event commitPayload -> match commitPayload with | Some payload -> Some { AggregateId = AggregateId aggregateId Event = event Payload = payload } | None -> None) // (Decode.field "aggregate_id" Decode.string) // (Decode.field "event" Decode.string) decodePayload
Decode.map3 (fun aggregateId event commitPayload -> match commitPayload with | Some payload -> Some { AggregateId = AggregateId aggregateId Event = event Payload = payload } | None -> None) (Decode.field "aggregate_id" Decode.string) // (Decode.field "event" Decode.string) decodePayload
Fantomas Next - 3.2.0-2/10/2020
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
MaxIfThenElseShortWidth
40
PageWidth
100
ReorderOpenDeclaration
SemicolonAtEndOfLine
SpaceAfterComma
true
SpaceAfterSemicolon
SpaceAroundDelimiter
SpaceBeforeArgument
SpaceBeforeColon
StrictMode
The text was updated successfully, but these errors were encountered:
Seems to be no longer an issue: online repro.
Sorry, something went wrong.
No branches or pull requests
Issue created from fantomas-ui
Not sure why there are more spaces between
Decode.field
"aggregate_id"
.Also a lost of a code comment after
| None -> None)
Code
Result
Options
Fantomas Next - 3.2.0-2/10/2020
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
false
MaxIfThenElseShortWidth
40
PageWidth
100
ReorderOpenDeclaration
false
SemicolonAtEndOfLine
false
SpaceAfterComma
true
SpaceAfterSemicolon
true
SpaceAroundDelimiter
true
SpaceBeforeArgument
true
SpaceBeforeColon
false
StrictMode
false
The text was updated successfully, but these errors were encountered: