I don’t think I did it on purpose in Cursive, it’s probably just an artifact of sub-elements in the AST being indented by default. I’d have expected 2 spaces rather than 4, though.
My personal preference would be to have no indentation for these: a) they belong together b) that would match my teammates' spacemacs default formatting 😁
hi! I had a user report an issue when using Cursive with my library: https://github.com/lilactown/helix/issues/79
it looks like the CLJS analyzer is throwing on "stub generation" due to a require that looks like ["react" :as react]
, which AFAIK is a perfectly valid require
should I tell them to follow up here, or is this a #cljs-dev issue?
I’ve asked them for the version of Cursive they’re using, I think this is fixed in the latest version.