unisonweb/unison

Pretty Printer inconsistent with tuple spacing in list items

Open

#5,004 opened on May 23, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Haskell (6,624 stars) (304 forks)batch import
help wantedpretty-printer

Description

image

Notice that the tuples that have a line break between items have a space between ( and the first element, while the tuples without line breaks have no space between ( and the first element.

Contributor guide