Skip to content

Commit 69035ea

Browse files
author
Bozhidar Batsov
committed
Add special indent rules for some-> and some->>
1 parent c51ec20 commit 69035ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clojure-mode.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,8 @@ it from Lisp code, use (put-clojure-indent 'some-symbol 'defun)."
814814
(proxy 2)
815815
(-> 1)
816816
(->> 1)
817+
(some-> 1)
818+
(some->> 1)
817819
(with-open 1)
818820
(with-precision 1)
819821
(with-local-vars 1)

0 commit comments

Comments
 (0)