cursive icon indicating copy to clipboard operation
cursive copied to clipboard

"One space list indent" indents `try` by two spaces

Open devurandom opened this issue 2 years ago • 0 comments
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.

devurandom avatar May 15 '23 17:05 devurandom