This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-13
Channels
- # announcements (1)
- # babashka (2)
- # biff (10)
- # cider (11)
- # clara (17)
- # clerk (10)
- # clojure (21)
- # clojure-berlin (4)
- # clojure-brasil (1)
- # clojure-europe (32)
- # clojure-nl (1)
- # clojure-norway (18)
- # clojure-uk (10)
- # cursive (2)
- # data-science (11)
- # datomic (10)
- # emacs (8)
- # events (7)
- # fulcro (29)
- # gratitude (2)
- # honeysql (21)
- # hyperfiddle (7)
- # lsp (2)
- # malli (4)
- # polylith (4)
- # reitit (8)
- # releases (1)
- # shadow-cljs (15)
- # squint (3)
- # xtdb (5)
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?
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