it'd be rad to have formatting from inside vim respect custom indent rules! right now I have this set up in my `project.clj`: ``` clojure :cljfmt {:indents {my-fancy-macro [[:inner 0]]}} ``` and when I run `:Cljfmt` it gets ignored.
it'd be rad to have formatting from inside vim respect custom indent rules!
right now I have this set up in my
project.clj::cljfmt {:indents {my-fancy-macro [[:inner 0]]}}and when I run
:Cljfmtit gets ignored.