This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
(if (form)<Enter> does not indent the new line #32
Repro:
.cljfile.Expected:
The cursor is indented on the new line by 2 spaces:
Actual:
The cursor is not indented at all:
Strangely, if you instead type the following (i.e.
formnot enclosed in parens) and press Enter/Return:(if formthen the new line is indented.