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
module X = let getValSignature displayContext (v: FSharpMemberOrFunctionOrValue) = let name = if v.DisplayName.StartsWith "( " then v.LogicalName else v.DisplayName |> PrettyNaming.QuoteIdentifierIfNeeded ()
Not sure why but the |> PrettyNaming.QuoteIdentifierIfNeeded is part of the else branch after formatting.
|> PrettyNaming.QuoteIdentifierIfNeeded
Fantomas Master at 12/23/2020 11:44:01 - 01a3162
{ config with IndentSize = 2 }
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered:
The problem occurs earlier:
formatted to the source above is different AST again.
Sorry, something went wrong.
Add parenthesis around multi line if/then/else before infix. Fixes fs…
bd649a1
…projects#1327.
Add parenthesis around multi line if/then/else before infix. Fixes #1327
6695a60
. (#1328)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Not sure why but the
|> PrettyNaming.QuoteIdentifierIfNeeded
is part of the else branch after formatting.Extra information
Options
Fantomas Master at 12/23/2020 11:44:01 - 01a3162
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
The text was updated successfully, but these errors were encountered: