At the moment the last ; is optional and the formatter removes it. We've received some feedback that it would be more practical if the formatter always inserted the last ; if it was missing.
This includes
Let blocks.
Fields.
List literals.
Statements in a module.
Using/hiding lists in open statements.
It is possible that I missed something in the above list.
At the moment the last
;
is optional and the formatter removes it. We've received some feedback that it would be more practical if the formatter always inserted the last;
if it was missing. This includesIt is possible that I missed something in the above list.