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 there a tool that reads .clj(s) source

Re: gofmt like tool for Clojure?

2015-01-28 Thread Lucas Bradstreet
This was released recently: https://github.com/weavejester/cljfmt On 29 January 2015 at 10:20, Papa Balyo wrote: > 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

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