Я бы хотел выровнять следующее:
(def first-thing "some text")
(def second-longer-thing (str first-thing ", yep"))
Примерно так:
(def first-thing "some text")
(def second-longer-thing (str first-thing ", yep"))
Может ли режим clojure сделать это?Кажется, он обладает довольно мощными способностями к отступам.