Is there a way in Cursive to set indentation for a function so it does no indentation at all?
@danielcompton: You mean so that none of the lines indent?
yeah
We’re wrapping a whole namespace in a tracing function
No, there’s no way to do that right now.
Oh, wait - I see
You want all the direct sub-forms at the same indentation level as the parent.
No, although I can see that would be useful - you might want it for comment
Yeah, I thought indentation 0 might do that
No, that’s the number of params it will line up before it starts lining up the body.
There’s no way to get what you want right now
@agile_geek: sorry mate, was me being a nub again. refreshed the package list and it worked 🤦
@cfleming: it looks like this bug is back https://github.com/cursiveclojure/cursive/issues/288
ah, it works in a let
, but not in a when
@acron: np. Done it myself more times than I can count.
@danielcompton: Right, it doesn’t work inside all forms - do you need it to work inside a when block?
I need it inside a macro, trace-forms from https://github.com/spellhouse/clairvoyant
I see, ok
It's also the one I need indented to 0. I can open some tickets ?
Sure, go for it
How have you found clairvoyant? Is it useful?