cider 2025-01-08

Hi folks, I am trying to format a macro with metadata like clojure.test/is and I was wondering where the :style definition lives so that I could copy it 😄 Does that live in cider?

i think the default formatting comes from clojure-mode https://github.com/clojure-emacs/clojure-mode/blob/master/clojure-mode.el#L1376 i’m not sure if is has special formatting

❤️ 1

thank you I'll follow that

hmm cannot find is - maybe it's following the standard defn indentation (which basically indents) only the third optional msg arg