Fork me on GitHub
#cursive
<
2018-02-27
>
grav09:02:48

If I copy/paste this in Cursive with Parinfer on:

'({:foo 42}
  {:bar 43})
I get this:
'({:foo 42
   {:bar 43}})

grav09:02:53

Isn't this a bug?

grav09:02:36

With a vector instead of a list, it works

claudiu11:02:15

same for me with parinfer3 🙂

cfleming22:02:08

@grav @claudiu Yeah, looks like a bug - I think Cursive is indenting the list like an fn invocation. It’s usually more idiomatic in Clojure to use a vector for things like that.