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 Foo = let bar () = let saveDir = fs.DirectoryInfo.FromDirectoryName(fs.Path.Combine((ThingThing.rootRoot fs thingThing).FullName, "tada!")).EnumerateDirectories() |> Seq.exactlyOne ()
module Foo = let bar () = let saveDir = fs .DirectoryInfo .FromDirectoryName(fs.Path.Combine ( (ThingThing.rootRoot fs thingThing).FullName, "tada!" )) .EnumerateDirectories () |> Seq.exactlyOne ()
When the line length is short enough that the Path.Combine needs to split here, we end up with an offside error.
Path.Combine
Fantomas Master at 04/14/2021 13:41:07 - e164e23
{ config with MaxLineLength = 100 SpaceBeforeUppercaseInvocation = true SpaceBeforeClassConstructor = true SpaceBeforeMember = true SpaceBeforeColon = true SpaceBeforeSemicolon = true MultilineBlockBracketsOnSameColumn = true AlignFunctionSignatureToIndentation = true MultiLineLambdaClosingNewline = 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:
Apply genMultilineFunctionApplicationArguments when expression is lon…
765924d
…g inside DotGetApp. Fixes fsprojects#1651.
15e3d6d
…g inside DotGetApp. Fixes #1651. (#1654)
Successfully merging a pull request may close this issue.
Issue created from fantomas-online
Code
Result
Problem description
When the line length is short enough that the
Path.Combine
needs to split here, we end up with an offside error.Extra information
Options
Fantomas Master at 04/14/2021 13:41:07 - e164e23
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: