I'm using emacs with clojure-mode enabled, including for the file build.boot
, I don't know why but emacs is using 1 space indent on (set-env!
and (task-options!
, however if I create a function (defn abc
it uses 2 spaces (which is configured to). Do you have any idea what is going on?