Issue created from fantomas-online
Formatted code
let range =
{ inherit // reason
Foo()
X = y }
Reformatted code
let range =
{ inherit Foo() // reason
X = y }
Problem description
Fantomas was not able to produce the same code after reformatting the result.
Extra information
Options
Fantomas main branch at 2023-03-27T09:06:34Z - 7293a94
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
Formatted code
Reformatted code
Problem description
Fantomas was not able to produce the same code after reformatting the result.
Extra information
Options
Fantomas main branch at 2023-03-27T09:06:34Z - 7293a94
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?