~hw762


#245 fnlfmt doesn't allow comments between let bindings 3 months ago

Ticket created by ~hw762 on ~technomancy/fennel

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.