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.
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.