-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Consistent" cond formatting #235
Comments
Sorry to be slow to respond. I was away, and then wrapped up with another issue. For what it is worth, I too think the extra parentheses around pairs in I see what you want, and agree that it is a reasonable approach. There is no way to configure zprint to do that at present. It turns out that zprint more or less does things in "order", so that finding out that the last thing in a Anyway, the bottom line is that I see this as a perfectly reasonable request, and will try to implement it soon. I don't know if I will get it into Thanks for asking! |
That's awesome and very kind of you, thank you! |
This is in From the There are pairs in functions like |
That's awesome, thank you for this. |
Hey hey! Love the library so much.
Right now,
cond
(and related forms) will start each pair on a newline, attempt to put thethen
expression on the same line, and then place thethen
expression on the next line if it doesn't fit:I would like if it, any time any
then
expression is placed on the next line, allthen
expressions are placed on the next lines:Is this possible?
(I really wish clojure hadn't dropped the parentheses around pairs in cond and let and other binding forms lol.)
The text was updated successfully, but these errors were encountered: