There is a nice thread about clojure doc and zprint How to best integrate zprint as pre-commit hook?
Is there any point in building a new tool since zprint seems really well designed & fast https://github.com/kkinnear/zprint/blob/master/doc/graalvm.md ?
My first thought would be contributing to zprint so that it can handle all the formatting rules. Then have a fork or build of zprint with no config options (just the style-guide) or having the zprint default be the style-guide.
Think it was mentioned that using something like zprint in cursive is a bit tricky (since cursive has it’s own internal formatting stuff). Thinking that the idea of a common export/import format between cursive & zprint could be a nice solution.