cursive
cursive copied to clipboard
"One space list indent" indents `try` by two spaces
trafficstars
In Settings > Editor > Code Style > Clojure > General, checking the "One space list indent" checkbox does not change indentation of try forms. Cursive indents it as follows regardless of the setting:
(try
(foobar)
(catch Exception _))
Under the "From Parameters" tab, the "var" clojure.core/try has "indentation" 0, apparently by default since I cannot remember ever changing anything in that tab.