@roelofw re: formatting - this is a useful lein plugin to reformat all your code https://github.com/weavejester/cljfmt
@roelofw the file is still ill formatted: https://github.com/rwobben/paintings/blob/master/src/clj/paintings2/api_get.clj#L69
and it still has the empty lines at the end l.83 - 92
@roelofw are you using this? https://cursive-ide.com/userguide/formatting.html
@agile_geek yes, that is the ide I use at the moment
Does cursive not do a good job at formatting my code ?
Not if it's leaving hanging parenthesis on the next line. Are you actually using Ctrl (or Cmd if it's a Mac) Alt L to make Cursive reformat?
yep , I use the Ctrl - Alt - l for reformatting
@roelof You should switch to Parinfer
it does not even allow putting parantheses on the next line
I tried that a few times but then I could not make functions work on repl
so I switched that off
@roelof Hm, I am not sure what one has to do with the other?
I also not
but when I do ( in repl, its makes a closing ) which gets overwritten when I try to make a function
Yes, parinfer automatically adds parantheses. I would suggest to learn to handle these. In the long run it makes editing clojure code easier.