Closed isaacabraham closed 4 years ago
Please mention your configuration. What is the value of PreserveEndOfLine
?
Just using the default settings e.g. create an empty fsx file, put in the code above and use fantomas foo.fsx
.
Re-create:
This behaviour has been improved by now. I did encounter one minor related bug.
let!
bindings don't indent the same as non-let! ones:But if you change the
let
to alet!
:This uses up lots of horizontal space and doesn't scale well if the expression is larger.