cljstyle icon indicating copy to clipboard operation
cljstyle copied to clipboard

[question] Adding line breaks in defn-like symbols

Open svdo opened this issue 2 years ago • 1 comments

Hi!

We have recently started using cljstyle, and we're quite happy with it so far. We're now in the stage where we're tuning the configuration to suit our specific needs.

One thing that comes up quite often, is that there are symbols that are similar to defn, for example Helix defnc, Pathom defresolver, etc. Those take an argument list, just like defn.

Cljstyle puts the defn argument lists on new lines. Is there a way that I can configure cljstyle to treat those other defn-like symbols the same way?

svdo avatar Feb 15 '22 12:02 svdo

Similar to #60, which I'd definitely like to support in a future version.

greglook avatar Jan 05 '24 21:01 greglook