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-online
let f = 5 |> fun i -> i + 1 , 6
let f = 5 |> fun i -> i + 1, 6
Slightly hilarious, certainly very bad coding style anyway, but the comma is required to be on the next line here (again, it's a precedence problem).
Fantomas Master at 07/11/2020 18:08:27 - a67f3a3
IndentSize
4
MaxLineLength
120
SemicolonAtEndOfLine
true
SpaceBeforeParameter
SpaceBeforeLowercaseInvocation
SpaceBeforeUppercaseInvocation
SpaceBeforeClassConstructor
SpaceBeforeMember
SpaceBeforeColon
SpaceAfterComma
SpaceBeforeSemicolon
SpaceAfterSemicolon
IndentOnTryWith
SpaceAroundDelimiter
MaxIfThenElseShortWidth
40
MaxInfixOperatorExpression
50
MaxRecordWidth
MaxArrayOrListWidth
MaxValueBindingWidth
MaxFunctionBindingWidth
MultilineBlockBracketsOnSameColumn
NewlineBetweenTypeDefinitionAndMembers
KeepIfThenInSameLine
MaxElmishWidth
SingleArgumentWebMode
AlignFunctionSignatureToIndentation
AlternativeLongMemberDefinitions
StrictMode
false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue created from fantomas-online
Code
Result
Problem description
Slightly hilarious, certainly very bad coding style anyway, but the comma is required to be on the next line here (again, it's a precedence problem).
Extra information
Options
Fantomas Master at 07/11/2020 18:08:27 - a67f3a3
IndentSize
4
MaxLineLength
120
SemicolonAtEndOfLine
true
SpaceBeforeParameter
true
SpaceBeforeLowercaseInvocation
true
SpaceBeforeUppercaseInvocation
true
SpaceBeforeClassConstructor
true
SpaceBeforeMember
true
SpaceBeforeColon
true
SpaceAfterComma
true
SpaceBeforeSemicolon
true
SpaceAfterSemicolon
true
IndentOnTryWith
true
SpaceAroundDelimiter
true
MaxIfThenElseShortWidth
40
MaxInfixOperatorExpression
50
MaxRecordWidth
40
MaxArrayOrListWidth
40
MaxValueBindingWidth
40
MaxFunctionBindingWidth
40
MultilineBlockBracketsOnSameColumn
true
NewlineBetweenTypeDefinitionAndMembers
true
KeepIfThenInSameLine
true
MaxElmishWidth
40
SingleArgumentWebMode
true
AlignFunctionSignatureToIndentation
true
AlternativeLongMemberDefinitions
true
StrictMode
false
The text was updated successfully, but these errors were encountered: