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
The second comment trivia should be split into multiple trivia. Stop collecting when there is a gap in line numbers. Related change: c854fdb
[<AllowNullLiteral>] type IExports = abstract DataSet: DataSetStatic abstract DataView: DataViewStatic abstract Graph2d: Graph2dStatic abstract Timeline: TimelineStatic // abstract Timeline: TimelineStaticStatic abstract Network: NetworkStatic // type [<AllowNullLiteral>] MomentConstructor1 = // [<Emit "$0($1...)">] abstract Invoke: ?inp: MomentInput * ?format: MomentFormatSpecification * ?strict: bool -> Moment // type [<AllowNullLiteral>] MomentConstructor2 = // [<Emit "$0($1...)">] abstract Invoke: ?inp: MomentInput * ?format: MomentFormatSpecification * ?language: string * ?strict: bool -> Moment // type MomentConstructor = // U2<MomentConstructor1, MomentConstructor2>
Fantomas Master at 06/13/2020 12:50:29 - f502c77
IndentSpaceNum
4
PageWidth
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
StrictMode
The text was updated successfully, but these errors were encountered:
Only keep collection line comments if they are not separate by a new …
cc6219a
…line. Fixes fsprojects#920.
Only keep collecting line comments if they are not separate by a new …
cb09c45
…line (#923) * Only keep collection line comments if they are not separate by a new line. Fixes #920. * Removed mutable variable 🙌
nojaf
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
The second comment trivia should be split into multiple trivia.
Stop collecting when there is a gap in line numbers.
Related change: c854fdb
Code
Result
Options
Fantomas Master at 06/13/2020 12:50:29 - f502c77
IndentSpaceNum
4
PageWidth
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
StrictMode
false
The text was updated successfully, but these errors were encountered: