cljfmt
cljfmt copied to clipboard
Add `let*`?
trafficstars
let macroexpands to let*. let* doesn't appear to be a 'thing' (actual macro), but still it seems a good target to be indented.
Sometimes I include macroexpansions as part of the unit tests for some macros, and this let* would appear there. In those cases cljfmt would indent it badly, while Emacs wouldn't.
Sounds good to fix?
Yep, this is fine.
What's left to do here? Just an entry of let* [[:block 1]] in indents/clojure.clj?