cljfmt icon indicating copy to clipboard operation
cljfmt copied to clipboard

Add `let*`?

Open vemv opened this issue 6 years ago • 2 comments
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?

vemv avatar May 15 '19 13:05 vemv

Yep, this is fine.

weavejester avatar May 15 '19 19:05 weavejester

What's left to do here? Just an entry of let* [[:block 1]] in indents/clojure.clj?

or avatar May 10 '22 07:05 or