You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Force infix expressions on next line for certain operators.
* Revert "Force infix expressions on next line for certain operators."
This reverts commit 3f9ac69.
* Force infix operator on a new line if a lambda is involved. Fixes#942
Issue created from fantomas-online
Code
Result
Problem description
The concatenation of lines has caused the pipe operator to bind to a different expression.
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: