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-ui
The removal of parens here changes the semantics, and causes some of our code to stop compiling.
module Bar = let foo (_ : #(int seq)) = 1
module Bar = let foo(_: #int seq) = 1
Fantomas Next - 3.0.1-11/13/2019
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
PageWidth
120
ReorderOpenDeclaration
SemicolonAtEndOfLine
SpaceAfterComma
SpaceAfterSemicolon
SpaceAroundDelimiter
SpaceBeforeArgument
SpaceBeforeColon
StrictMode
The text was updated successfully, but these errors were encountered:
Add parenthesis when hash symbol has postfix, fsprojects#564
88df6dd
Add parenthesis when hash symbol has postfix, #564 (#618)
c50b17e
Successfully merging a pull request may close this issue.
Issue created from fantomas-ui
The removal of parens here changes the semantics, and causes some of our code to stop compiling.
Code
Result
Options
Fantomas Next - 3.0.1-11/13/2019
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
false
PageWidth
120
ReorderOpenDeclaration
false
SemicolonAtEndOfLine
false
SpaceAfterComma
false
SpaceAfterSemicolon
false
SpaceAroundDelimiter
false
SpaceBeforeArgument
false
SpaceBeforeColon
false
StrictMode
false
The text was updated successfully, but these errors were encountered: