-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
'with' incorrectly removed #469
Comments
I think fantomas will never print out the |
Yes it is fixed in 3.0 (trivia) version. I think removing |
Nothing against removing something that is useless, but, to be clear, the |
That's true for current version (2.9.2). In newest version (3.0) it is formatted as
which is correct. So, this issue is already fixed, just not released in stable. |
Issue created from fantomas-ui
The keyword 'with' gets incorrectly removed.
Similarly to what pointed out in #388, which for some reason has been closed: has this been fixed? If so, could you advice on which version contains the fix? Thanks in advance.
Code
Error
Options
Fantomas 2.9.2
IndentSpaceNum
4
PageWidth
120
PreserveEndOfLine
true
SemicolonAtEndOfLine
false
SpaceBeforeArgument
true
SpaceBeforeColon
false
SpaceAfterComma
true
SpaceAfterSemicolon
true
IndentOnTryWith
false
ReorderOpenDeclaration
false
SpaceAroundDelimiter
true
KeepNewlineAfter
false
StrictMode
false
The text was updated successfully, but these errors were encountered: