cljfmt
cljfmt copied to clipboard
Adjustable indentation
Right now there is no way to achieve this indentation:
(assoc {} :x "x"
:a "z")
If the indentation for for :block
was configurable, I believe this could be achieved with something like {assoc [[:block 1 2]]}
.