You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"True if the node at this location is an ignored form."
[zloc]
;; TODO: option for ignoring comments and discards?
(or (ignore-meta? zloc)
(comment-form? zloc)
(discard-macro? zloc)))
I wrote a couple of lines to address it in a fork. Would you be interested in merging something like this? I'll write tests, docs and take any feedback you have about it (I'm not even sure if the approach I chose is any good!).
The text was updated successfully, but these errors were encountered:
Hi 👋!
I have a feature request regarding macro comments and the discard macro reader. I would like to format those and found a TODO comment in the codebase:
cljstyle/src/cljstyle/format/zloc.clj
Lines 126 to 132 in 14c18e5
I wrote a couple of lines to address it in a fork. Would you be interested in merging something like this? I'll write tests, docs and take any feedback you have about it (I'm not even sure if the approach I chose is any good!).
The text was updated successfully, but these errors were encountered: