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
Problem found by @seangwright in #515. The issue here is that an additional newline is added between two and blocks.
and
module Game type Details = { Name: string Description: string } type Item = { Details: Details } type Exit = | Passable of Details * desitnation: Room | Locked of Details * key: Item * next: Exit | NoExit of Details option and Exits = { North: Exit South: Exit East: Exit West: Exit } and Room = { Details: Details Items: Item list Exits: Exits }
Fantomas 3.0.0
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
PageWidth
120
ReorderOpenDeclaration
SemicolonAtEndOfLine
SpaceAfterComma
true
SpaceAfterSemicolon
SpaceAroundDelimiter
SpaceBeforeArgument
SpaceBeforeColon
StrictMode
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue created from fantomas-ui
Problem found by @seangwright in #515.
The issue here is that an additional newline is added between two
and
blocks.Code
Result
Options
Fantomas 3.0.0
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
false
PageWidth
120
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: