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 spacing before last usage of s is important, it has to be greater than left column of the printfn function call:
s
printfn
let a s = if s <> "" then printfn """fooo %s""" s
Fantomas 3.0.0
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
PageWidth
120
ReorderOpenDeclaration
SemicolonAtEndOfLine
SpaceAfterComma
true
SpaceAfterSemicolon
SpaceAroundDelimiter
SpaceBeforeArgument
SpaceBeforeColon
StrictMode
Related issue: #513
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue created from fantomas-ui
the spacing before last usage of
s
is important, it has to be greater than left column of theprintfn
function call:Code
Error
Options
Fantomas 3.0.0
IndentOnTryWith
false
IndentSpaceNum
4
KeepNewlineAfter
false
PageWidth
120
ReorderOpenDeclaration
false
SemicolonAtEndOfLine
false
SpaceAfterComma
true
SpaceAfterSemicolon
true
SpaceAroundDelimiter
true
SpaceBeforeArgument
true
SpaceBeforeColon
false
StrictMode
false
More information
Related issue: #513
The text was updated successfully, but these errors were encountered: