Skip to content

Indentation of threading macro broken #265

@j0ni

Description

@j0ni

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions