@cfleming the formatting isn't particularly strange. Sometimes closing brackets are on a newline for readability. And comments are within vectors so that it's known what they're related to.
@snoe I've had to go back to sexp for now :( because parinfer keeps breaking things
@cfleming: https://github.com/shaunlebron/parinfer/issues/92 this is the one I ran into the other day.
@dominicm: I saw that one, thanks. I don’t think I’ve ever seen a case where that would be a problem, but I can see how it would be annoying if you had a situation like that.
From my team's project.clj:
:jvm-opts ["-DdevMode=true"
;; -agentPath:/blah/blah/file/url
]
hmmm does clj-refactor completely not work with cider 11? or did i do something wrong
i updated something somewhere and now company-mode isn't working with clojure files and i can't seem to figure out what's causing this
nevermind got it
@dominicm: Yeah, I can see that - bummer