-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
I'm seeing the threading macros indented like this:
(-> first
second
third)
(->
first
second
third)
(->> first
second
third)
(->>
first
second
third)
which seems wrong.
Edited to add: I see this in the changelog:
Added special indentation settings for ->, ->>, cond->, cond->>, some-> and some->>
Possibly related? Are these configuration changes? If so, is there some config I'm now supposed to do to get the behaviour I used to have, and which is described here?
Metadata
Metadata
Assignees
Labels
No labels