juvix icon indicating copy to clipboard operation
juvix copied to clipboard

Add the last `;` to any list-like structure

Open janmasrovira opened this issue 5 months ago • 1 comments

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

  1. Let blocks.
  2. Fields.
  3. List literals.
  4. Statements in a module.
  5. Using/hiding lists in open statements.

It is possible that I missed something in the above list.

janmasrovira avatar Sep 14 '24 12:09 janmasrovira