Fork me on GitHub
#cursive
<
2023-01-17
>
markbastian16:01:27

How might I configure Cursive to format require blocks to align on the colon instead of two spaces. Example:

(:require
   [clojure.tools.logging :as log]
instead of
(:require
  [clojure.tools.logging :as log]
?

markbastian16:01:19

I think “One space list indent” did it.