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 (304 forks)batch import
help wantedpretty-printer

Repository metrics

Stars
 (6,624 stars)
PR merge metrics
 (Avg merge 12d 19h) (6 merged PRs in 30d)

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