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
let select p = match p with | voo _ -> "v_" | dd -> "dd_" | q -> "q_" // comment |> List.singleton |> instruction "s"
let select p = (match p with | voo _ -> "v_" | dd -> "dd_" | q -> "q_") // comment |> List.singleton |> instruction "s"
Related to #1698. The problem only occurs when there is a comment after the clause.
Fantomas Master at 05/11/2021 19:40:30 - 52946a5
{ 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:
Detect multiline clause by UnIndentBy event. Fixes fsprojects#1721.
ee24f4d
c5c9f46
Detect multiline clause by UnIndentBy event. Fixes #1721. (#1722)
d787929
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Related to #1698.
The problem only occurs when there is a comment after the clause.
Extra information
Options
Fantomas Master at 05/11/2021 19:40:30 - 52946a5
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: