Closed auduchinok closed 5 years ago
Formatting Program.fs:
Program.fs
type T() = let x = 123 // override private x.ToString() = ""
// override private x.ToString() = "" module Program type T() = let x = 123
See also #247
I believe this is fixed now, looks fine online.
Problem still occurs when PreserveEndOfLine is true
Fixed in 2.9.1, see online.
Formatting
Program.fs
: