Fork me on GitHub
#cursive
<
2024-05-13
>
Vlad17:05:17

Zprint provides more granular approach to formatting than Indent|Function|Number at Code Style and current Parinfer smart mode settings, which leads to errors/inconsistencies. Is there a way to make Zprint to work with Parinfer smart mode or switching to Paredit Mode is the only option?

cfleming21:05:33

The example that you’re showing there is definitely invalid for parinfer, if you want zprint to create parinfer-friendly layouts for cond then you’ll have to configure it to line up the test and consequent forms in that case. I don’t use zprint so I don’t know how to do that, but it’s very configurable so I’m sure it’s possible to do so.

👍 1