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.
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.