Closed tao-liu-liftoff closed 3 years ago
This is similar to #69.
Had the same issue. How can I help with the fix? I added a branch with the failing testcase: https://github.com/cespare/goclj/compare/master...liftoffio:alexk.doseq-let?expand=1
How can I help with the fix?
You can write it and send a PR.
Makes sense. I'm not familiar with this project yet. Could you please share your initial thoughts on how this feature could be implemented assuming the shape of the existing codebase?
Added a PR https://github.com/cespare/goclj/pull/78. Can't assign you as a reviewer for some reason. @cespare
When using the
:let
modifier for macros such asfor
anddoseq
, cljfmt does not format indentation correctly.Example:
Expected: