-
-
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 get
removal in FSI invalid
#945
Comments
what happens if you use fantomas on the implementation? |
To an extent it doesn't matter: Fantomas works file-by-file, and if I edit an fsi without correspondingly editing and formatting the fs, it may break. However, the answer is that Fantomas leaves the |
You're right, but I'm really curious of how this issue overlaps with one I reported a while ago which in the end we dimmed as not an issue: #733 |
Issue created from fantomas-online
Code
Result
Problem description
The implementation was
This implementation became invalid when the signature file's
with get
was removed.Extra information
Options
Fantomas Master at 06/30/2020 07:24:01 - dcc70c3
IndentSpaceNum
4
PageWidth
120
SemicolonAtEndOfLine
false
SpaceBeforeParameter
true
SpaceBeforeLowercaseInvocation
true
SpaceBeforeUppercaseInvocation
true
SpaceBeforeClassConstructor
true
SpaceBeforeMember
true
SpaceBeforeColon
true
SpaceAfterComma
true
SpaceBeforeSemicolon
true
SpaceAfterSemicolon
true
IndentOnTryWith
false
SpaceAroundDelimiter
true
MaxIfThenElseShortWidth
40
MaxInfixOperatorExpression
50
MaxRecordWidth
40
MaxArrayOrListWidth
40
MaxValueBindingWidth
40
MaxFunctionBindingWidth
40
MultilineBlockBracketsOnSameColumn
true
NewlineBetweenTypeDefinitionAndMembers
true
KeepIfThenInSameLine
true
MaxElmishWidth
40
SingleArgumentWebMode
false
StrictMode
false
The text was updated successfully, but these errors were encountered: