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)
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
here's something: https://github.com/nedap/formatting-stack/blob/6fc23a538aea3fd256b39647b412b70973091c9d/src/formatting_stack/formatters/cljfmt/impl.clj#L38