let usageFile =
(FsSource
"""
module B
let otherGenericFunction _ _ _ =
A.someGenericFunction 1
""" )
.WithFileName("B.fs")
Result
let usageFile =
(FsSource
"""
module B
let otherGenericFunction _ _ _ =
A.someGenericFunction 1
""")
.WithFileName("B.fs")
Problem description
The ( and ) need to be aligned when the application is followed by a .(a) application.
In this case, an additional space is required to aligned them.
Note that this is not required when .WithFileName("B.fs") is not present.
Extra information
[x] The formatted result breaks my code.
[ ] The formatted result gives compiler warnings.
[ ] I or my company would be willing to help fix this.
Options
Fantomas main branch at 2023-03-30T06:24:24Z - b5d29bd2d174d50ab540532997d461705ae02f47
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
Code
Result
Problem description
The
(
and)
need to be aligned when the application is followed by a.(a)
application. In this case, an additional space is required to aligned them. Note that this is not required when.WithFileName("B.fs")
is not present.Extra information
Options
Fantomas main branch at 2023-03-30T06:24:24Z - b5d29bd2d174d50ab540532997d461705ae02f47
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?