Issue created from fantomas-online
Original code
Assert.That(
Assert.Throws<System.Exception>(fun () -> FooFooFooFooFooFoo.BarBar.dodododo filesfiles [] outoutout |> ignore)
.Message,
Is.EqualTo(message)
)
Formatted code
Assert.That(
Assert.Throws<System.Exception>
(fun () ->
FooFooFooFooFooFoo.BarBar.dodododo filesfiles [] outoutout
|> ignore)
.Message,
Is.EqualTo(message)
)
Reformatted code
Assert.That(
Assert.Throws<System.Exception>
(fun () ->
FooFooFooFooFooFoo.BarBar.dodododo filesfiles [] outoutout
|> ignore)
.Message,
Is.EqualTo(message)
)
Problem description
Fantomas was not able to produce the same code after reformatting the result.
Extra information
Options
Fantomas Master at 05/21/2021 11:35:53 - acd47bd
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?
Issue created from fantomas-online
Original code
Formatted code
Reformatted code
Problem description
Fantomas was not able to produce the same code after reformatting the result.
Extra information
Options
Fantomas Master at 05/21/2021 11:35:53 - acd47bd
Default Fantomas configuration
Did you know that you can ignore files when formatting from fantomas-tool or the FAKE targets by using a .fantomasignore file?