You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The presence or absence of a type hint appears to affect the indentation that clojure-mode will emit:
;; autoindented with clojure-mode
(defprotocolFoo
(^Long omg [this]
"")) ;; there should be one extra space here
;; autoindented with clojure-mode
(defprotocolFoo
(omg [this]
"")) ;; correct indentation, achieved by removing the type hint
Checked using a quite recent version of clojure-mode, but for unrelated reasons I can't upgrade currently (or start from scratch etc). Probably this is easy enough to reproduce.
Thanks - V
The text was updated successfully, but these errors were encountered:
The presence or absence of a type hint appears to affect the indentation that clojure-mode will emit:
Checked using a quite recent version of clojure-mode, but for unrelated reasons I can't upgrade currently (or start from scratch etc). Probably this is easy enough to reproduce.
Thanks - V
The text was updated successfully, but these errors were encountered: