Formatter at cursive IDE

212 views Asked by At

Is there any way to pretty format code in cursive?

For example I have inline code:

(reduce (fn [acc [key value]] (apply str acc (repeat (read-string key) value))) "" (apply assoc {} data))

Is there any way to formatting in cursive in new lines with ⌥⌘L ? Any Advice, guides articles would help. Thx!

0

There are 0 answers