What do you guys use to vertically align map values? (I'm pretty sure this has been asked a few times before, but I forget the answers 😕)
I.e. Changing
{:foo 123
:barbarbar 234}
into
{:foo 123
:barbarbar 234}
I'm an EasyAlign user, but it looks like it prefers working on whole lines, changing
(let [x {:foo 123
:barbarbar 234}])
into
(let [x {:foo 123
:barbarbar 234}])