oakmac / standard-clojure-style-js

Standard Clojure Style in JavaScript
ISC License
33 stars 1 forks source link

do not remove eol commas from comment lines #123

Closed oakmac closed 1 week ago

oakmac commented 1 week ago

eol commas inside of ;; lines should not be removed. This test case fails:

;; foo, bar,
;; baz, biz,
wizzle
oakmac commented 1 week ago

Fixed with PR-124