cider

richiardiandrea 2025-01-08T17:53:43.500309Z

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?

dpsutton 2025-01-08T18:01:33.323789Z

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
richiardiandrea 2025-01-08T18:17:56.795969Z

thank you I'll follow that

richiardiandrea 2025-01-08T18:20:31.518269Z

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