cljfmt icon indicating copy to clipboard operation
cljfmt copied to clipboard

Adjustable indentation

Open kennyjwilli opened this issue 6 years ago • 0 comments

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]]}.

kennyjwilli avatar Aug 31 '17 23:08 kennyjwilli