Fork me on GitHub
#calva
<
2022-06-27
>
Cal Herries20:06:21

Is it possible for calva to work with a fork of cljfmt? Calva’s deps.edn shows a dependency on a specific cljfmt version but I’m wondering how to get around it. I’m specifically looking to use this https://github.com/camsaul/cljfmt where you can configure indentation for macros in the form of :style/indent metadata

😻 1
pez20:06:19

Not easily. Calva is already using two versions of cljfmt, so it's not impossible, but we would need to find a more maintainable way to do it than the current one, because it doesn't scale.

Cal Herries09:06:10

All good 👍 Thought I’d ask in case it was easy, but if not, I’m not too worried