Re: gofmt like tool for Clojure?

2015-01-29 Thread Papa Balyo
Thanks, Lucas, this is exactly what I was looking for! On Wed, Jan 28, 2015 at 9:50 PM, Lucas Bradstreet wrote: > This was released recently: https://github.com/weavejester/cljfmt > > On 29 January 2015 at 10:20, Papa Balyo wrote: > > Greetings, > > > > Is the

gofmt like tool for Clojure?

2015-01-28 Thread Papa Balyo
Greetings, Is there a tool that reads .clj(s) source file and prints it in canonical fashion? (things like equal number of blank lines between forms, consistent placement of arguments vector in defn, etc.) I use Cursive IDE and it does nice indentation, but it is not enough. Ideally I would li