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 updateModuleInImpl (ast: ParsedInput) (mdl: SynModuleOrNamespace) : ParsedInput = match ast with | ParsedInput.SigFile _ -> ast | ParsedInput.ImplFile _ -> ParsedImplFileInput( fileName, isScript, qualifiedNameOfFile, scopedPragmas, hashDirectives, [ mdl ], isLastAndCompiled ) |> ParsedInput.ImplFile
let updateModuleInImpl (ast: ParsedInput) (mdl: SynModuleOrNamespace) : ParsedInput = match ast with | ParsedInput.SigFile _ -> ast | ParsedInput.ImplFile (ParsedImplFileInput (fileName, isScript, qualifiedNameOfFile, scopedPragmas, hashDirectives, _, isLastAndCompiled)) -> ParsedImplFileInput( fileName, isScript, qualifiedNameOfFile, scopedPragmas, hashDirectives, [ mdl ], isLastAndCompiled ) |> ParsedInput.ImplFile
Please describe here the Fantomas problem you encountered. Check out our Contribution Guidelines.
Fantomas Master at 06/05/2021 12:02:39 - c557f79
{ config with KeepIndentInBranch = true }
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:
Keep indent for newline infix application. Fixes fsprojects#1768.
b6190ec
Keep indent for newline infix application. Fixes #1768. (#1770)
2890b4a
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
Please describe here the Fantomas problem you encountered.
Check out our Contribution Guidelines.
Extra information
Options
Fantomas Master at 06/05/2021 12:02:39 - c557f79
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: