~technomancy/fennel#245: 
fnlfmt doesn't allow comments between let bindings

Fennel formatter doesn't allow, for instance, the following:

(let [;; Comment between lines
      x a
      ;; Not allowed
      y b] (x y))

It puts the second (and subsequent) comments at the end of previous line.

Status
REPORTED
Submitter
~hw762
Assigned to
No-one
Submitted
3 months ago
Updated
a month ago
Labels
bug fnlfmt