sorawee / fmt

A code formatter for Racket
Other
72 stars 6 forks source link

Application formatting issue #23

Open sorawee opened 2 years ago

sorawee commented 2 years ago
(values
 ;; Key
 (key-stuff)
 ;; Value
 (value-stuff))

should not be formatted to

 ;; Key
(values (key-stuff)
        ;; Value
        (value-stuff))

from @JacobVanGeffen