Skip to content

Classic formatter incorrectly indents newline-split namespaced maps #3106

Description

@cmf

The Classic formatter incorrectly indents a namespaced map when the opening brace is on the following line.

#:some-ns
 {:foo             1
            :bar   2
            :xyzzy 3}

Expected:

#:some-ns
 {:foo   1
  :bar   2
  :xyzzy 3}

This happens with Align map values both enabled and disabled. It is a regression in Cursive 2026.2 resulting from the recent namespaced-map refactors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugMarks issues describing bugsreleased-eapMarks issues which have had the fixes released in an EAP build

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions