You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for noticing this! I have also fixed this, and it will be in the next release of zprint (almost certainly 1.2.4). I appreciate your attention to detail applied to :indent-only! Thanks again!
No problem - I first wanted to evaluate it across our codebase and initially thought it was just a difference in opinion from our current styling but then realized that it was inconsistent with classic. I think after 1.2.4 we'll be able to use :indent-only
As written:
#(let [really-long-text-so-it-puts-on-two-lines %] really-long-text-so-it-puts-on-two-lines)
Classic:
#(let [really-long-text-so-it-puts-on-two-lines %] really-long-text-so-it-puts-on-two-lines)
Indent only:
#(let [really-long-text-so-it-puts-on-two-lines %] really-long-text-so-it-puts-on-two-lines)
The text was updated successfully, but these errors were encountered: