juvix
juvix copied to clipboard
Add the last `;` to any list-like structure
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.