is there an option I can pass to Parinfer such that it indents with 2 spaces instead of 1?
e.g.:
;; 1 space - current (let [a 1] |) ;; 2 spaces - desired (let [a 1] |)