Open WalterGR opened 8 years ago
Repro:
.clj
Type the following, leaving the cursor where shown.
(defn index-of-any [pred coll] (first (index-filter pred coll)))_
Expected:
Cursor is at the first column in the new line.
(defn index-of-any [pred coll] (first (index-filter pred coll))) _
Actual:
Cursor is still indented, even though the form has been completed (i.e. parens and brackets match.)
Repro:
.clj
file.Type the following, leaving the cursor where shown.
Expected:
Cursor is at the first column in the new line.
Actual:
Cursor is still indented, even though the form has been completed (i.e. parens and brackets match.)