Skip to content
New issue

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

space removed from parameters passed to inherited class #720

Closed
JonCanning opened this issue Mar 10, 2020 · 0 comments · Fixed by #723
Closed

space removed from parameters passed to inherited class #720

JonCanning opened this issue Mar 10, 2020 · 0 comments · Fixed by #723

Comments

@JonCanning
Copy link

Issue created from fantomas-ui

Please describe here fantomas problem you encountered

Code

type Child() =
  inherit Parent ""

Result

type Child() =
    inherit Parent""

Options

Fantomas Next - 3.3.0-3/6/2020

Name Value
IndentOnTryWith false
IndentSpaceNum 4
KeepNewlineAfter false
MaxIfThenElseShortWidth 40
PageWidth 120
ReorderOpenDeclaration false
SemicolonAtEndOfLine false
SpaceAfterComma true
SpaceAfterSemicolon true
SpaceAroundDelimiter true
SpaceBeforeArgument true
SpaceBeforeColon false
SpaceBeforeSemicolon false
StrictMode false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant