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
[<AllowNullLiteral>] type TimelineOptionsItemCallbackFunction = [<Emit "$0($1...)">] abstract Invoke: item:TimelineItem * callback:(TimelineItem option -> unit) -> unit [<AllowNullLiteral>] type TimelineOptionsGroupCallbackFunction = [<Emit "$0($1...)">] abstract Invoke: group:TimelineGroup * callback:(TimelineGroup option -> unit) -> unit type TimelineOptionsGroupEditableType = U2<bool, TimelineGroupEditableOption> type TimelineOptionsGroupOrderType = U2<string, TimelineOptionsComparisonFunction> [<AllowNullLiteral>] type TimelineOptionsGroupOrderSwapFunction = [<Emit "$0($1...)">] abstract Invoke: fromGroup:obj option * toGroup:obj option * groups:DataSet<DataGroup> -> unit
Related to #933
Fantomas Master at 07/06/2020 19:00:49 - 07fb56b
IndentSize
4
MaxLineLength
120
SemicolonAtEndOfLine
false
SpaceBeforeParameter
true
SpaceBeforeLowercaseInvocation
SpaceBeforeUppercaseInvocation
SpaceBeforeClassConstructor
SpaceBeforeMember
SpaceBeforeColon
SpaceAfterComma
SpaceBeforeSemicolon
SpaceAfterSemicolon
IndentOnTryWith
SpaceAroundDelimiter
MaxIfThenElseShortWidth
40
MaxInfixOperatorExpression
50
MaxRecordWidth
MaxArrayOrListWidth
MaxValueBindingWidth
MaxFunctionBindingWidth
MultilineBlockBracketsOnSameColumn
NewlineBetweenTypeDefinitionAndMembers
KeepIfThenInSameLine
MaxElmishWidth
SingleArgumentWebMode
StrictMode
The text was updated successfully, but these errors were encountered:
Simpler example:
[<AllowNullLiteral>] type TimelineOptionsGroupCallbackFunction = [<Emit "$0($1...)">] abstract Invoke: group:TimelineGroup * callback:(TimelineGroup option -> unit) -> unit type TimelineOptionsGroupEditableType = U2<bool, TimelineGroupEditableOption>
Sorry, something went wrong.
Improve assigning trivia after attributes. Fixes fsprojects#949
182a96a
Improve assigning trivia after attributes (#951)
d894f63
* Improve assigning trivia after attributes. Fixes #949 * Add stricter check whether there attributes that might have trivia content after. * Remove unused opens. * Fixed fsharplint issue * Corrected parent range in RecordType Field.
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Related to #933
Extra information
Options
Fantomas Master at 07/06/2020 19:00:49 - 07fb56b
IndentSize
4
MaxLineLength
120
SemicolonAtEndOfLine
false
SpaceBeforeParameter
true
SpaceBeforeLowercaseInvocation
true
SpaceBeforeUppercaseInvocation
false
SpaceBeforeClassConstructor
false
SpaceBeforeMember
false
SpaceBeforeColon
false
SpaceAfterComma
true
SpaceBeforeSemicolon
false
SpaceAfterSemicolon
true
IndentOnTryWith
false
SpaceAroundDelimiter
true
MaxIfThenElseShortWidth
40
MaxInfixOperatorExpression
50
MaxRecordWidth
40
MaxArrayOrListWidth
40
MaxValueBindingWidth
40
MaxFunctionBindingWidth
40
MultilineBlockBracketsOnSameColumn
false
NewlineBetweenTypeDefinitionAndMembers
false
KeepIfThenInSameLine
false
MaxElmishWidth
40
SingleArgumentWebMode
false
StrictMode
false
The text was updated successfully, but these errors were encountered: