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.