Fork me on GitHub
#editors
<
2016-02-10
>
dominicm06:02:05

@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.

dominicm06:02:15

@snoe I've had to go back to sexp for now :( because parinfer keeps breaking things

cfleming09:02:31

@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.

dominicm09:02:52

From my team's project.clj:

:jvm-opts ["-DdevMode=true"
                  ;; -agentPath:/blah/blah/file/url
                 ]

jjttjj16:02:39

hmmm does clj-refactor completely not work with cider 11? or did i do something wrong

jjttjj16:02:33

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

jjttjj17:02:38

nevermind got it

cfleming23:02:27

@dominicm: Yeah, I can see that - bummer