korma / Korma

Tasty SQL for Clojure.
http://sqlkorma.com
1.47k stars 222 forks source link

Applies consistent auto-indent #305

Closed ls4f closed 9 years ago

ls4f commented 9 years ago

I mentioned earlier that whitespace is not always consistent in Korma (sometimes even within file). Mostly becomes a pain when making a small PR which ends up 90% whitespace changes. I basically did a dummy update on all files with Emacs, using auto-indent defaults so things would end up the same across the code (and tests).

immoh commented 9 years ago

Thanks!