Hi @ericdallo . I'm trying to use cljfmt through clojure-lsp but also via the command line and I'm getting different results.
I'm trying to sort out when clojure-lsp honors cljfmt.edn in a project root. It seems it's completely ignored unless I strip all :cljfmt configs in lsp? Shouldn't these be merged?
Another issue: it looks like clojure-lsp format --dry is ignoring :paths and also formats resources
hum there is a chance we are not merging, but we should do, feel free to create a issue about it
what you mean about :paths ? where?
I think the issue may be that it doesn't respect :paths from cljfmt.edn and formats even though you provide --dry?
ah yes, it doesn't, it always follow clojure-lsp source-paths resolution