Skip to content

Commit f867ecb

Browse files
author
Bozhidar Batsov
committed
Revert special indentation setting for most threading forms
1 parent 1b6c8d8 commit f867ecb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Bugs fixed
66

77
* Indent properly `as->`.
8+
* Revert the indentation settings for `->`, `->>`, `some->` and `some->>`.
89

910
## 4.0.0 (12/12/2014)
1011

clojure-mode.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -812,11 +812,7 @@ it from Lisp code, use (put-clojure-indent 'some-symbol 'defun)."
812812
(doto 1)
813813
(locking 1)
814814
(proxy 2)
815-
(-> 1)
816-
(->> 1)
817815
(as-> 2)
818-
(some-> 1)
819-
(some->> 1)
820816
(with-open 1)
821817
(with-precision 1)
822818
(with-local-vars 1)

0 commit comments

Comments
 (0)