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
to be formatted as if the threaded param was in place:
(cond-> foo
:foo (as-> $
bar))
In #45 we learn that cljfmt does not consider the outer forms when formatting a form. But there is also a suggestion to use a rule for -> like forms to deal with it. What would such a rule look like?
The text was updated successfully, but these errors were encountered:
I don't believe there's currently a way of doing this, unless you assume that as-> will always be part of an outer thread, or you just have a blanket "always indent by 2" rule for threading macros.
Hi, I want something like:
to be formatted as if the threaded param was in place:
In #45 we learn that
cljfmt
does not consider the outer forms when formatting a form. But there is also a suggestion to use a rule for->
like forms to deal with it. What would such a rule look like?The text was updated successfully, but these errors were encountered: