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
Thanks to #453 we can now have [/] and {/} on the same column for multi-line lists and records! 🎉
[
]
{
}
It would be great if we could do this for tuples as well!
(See also #815)
Motivation: It makes the code easier to edit.
let expected = (Event.Author "john", [ Event.Revenue (Event.RevenueId "123", Event.Match { transactionId = 1337 amounts = { total = 2500000L vat = 625000L } }) ])
let expected = (Event.Author "john", [ Event.Revenue (Event.RevenueId "123", Event.Match { transactionId = 1337 amounts = { total = 2500000L; vat = 625000L } }) ])
Something like this would be great.
let expected = ( Event.Author "john", [ Event.Revenue ( Event.RevenueId "123", Event.Match { transactionId = 1337 amounts = { total = 2500000L; vat = 625000L } } ) ] )
Fantomas Next - 4.0.0-alpha-001-1/1/1990
IndentSpaceNum
4
PageWidth
120
SemicolonAtEndOfLine
false
SpaceBeforeParameter
true
SpaceBeforeLowercaseInvocation
SpaceBeforeUppercaseInvocation
SpaceBeforeClassConstructor
SpaceBeforeMember
SpaceBeforeColon
SpaceAfterComma
SpaceBeforeSemicolon
SpaceAfterSemicolon
IndentOnTryWith
SpaceAroundDelimiter
MaxIfThenElseShortWidth
40
MaxInfixOperatorExpression
50
MaxRecordWidth
MaxArrayOrListWidth
MaxLetBindingWidth
MultilineBlockBracketsOnSameColumn
NewlineBetweenTypeDefinitionAndMembers
StrictMode
The text was updated successfully, but these errors were encountered:
I'm going to close this as it falls under What are we not looking for?. There is no interest to pursue this.
Sorry, something went wrong.
No branches or pull requests
Issue created from fantomas-online
Thanks to #453 we can now have
[
/]
and{
/}
on the same column for multi-line lists and records! 🎉It would be great if we could do this for tuples as well!
(See also #815)
Motivation: It makes the code easier to edit.
Code
Result
Suggestion
Something like this would be great.
Options
Fantomas Next - 4.0.0-alpha-001-1/1/1990
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
MaxLetBindingWidth
40
MultilineBlockBracketsOnSameColumn
true
NewlineBetweenTypeDefinitionAndMembers
false
StrictMode
false
The text was updated successfully, but these errors were encountered: