On Tue, Dec 22, 2009 at 4:18 PM, Gabi <bugspy...@gmail.com> wrote: > I need a simple command-line tool to indent Clojure source files. > Any recommendation ?
If all else fails, vim has a batch mode. $ echo "=G:wq" >> indent-script $ vim -s indent-script <file-to-indent> right now it asks me to hit enter when it's done indenting; not sure how to work around that but it's a start. martin
-- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en