clj-kondo 2025-06-07

Is there a way to make clj-kondo aware of :style/indent? (I'm trying clojure-mcp and it's completely unaware of my meticulously documented macro indentations)

✅ 1

clj-kondo doesn't do anything with whitespace or formatting

I think there might be a tool to generate cljfmt configs from style/indent though, which is then used by clojure-mcp to re-format your code

Ah my bad! Thank you for the clarifications! 🙏

it is possible to get the metadata from functions with clj-kondo though