cljstyle eats comment boxes
KingMob opened this issue · 0 comments
KingMob commented
It would be nice if I could tell cljstyle to ignore
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;; Internal API ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Instead, it turns it into
;;
;; Internal API ;;;
;;
which doesn't stand out as much.