defunkt (owner)
Forks
- gist: 227368 by thomasritz created Thu Nov 05 12:55:26 -0800 2009
- gist: 227401 by akahn created Thu Nov 05 13:09:18 -0800 2009
- gist: 227406 by ph created Thu Nov 05 13:15:48 -0800 2009
- gist: 227416 by wilson use ruby instead of perl created Thu Nov 05 13:23:37 -0800 2009
- gist: 227446 by bohford created Thu Nov 05 13:53:49 -0800 2009
- gist: 227457 by dsully created Thu Nov 05 14:03:16 -0800 2009
- gist: 227485 by crafterm created Thu Nov 05 14:58:40 -0800 2009
- gist: 227496 by jpease created Thu Nov 05 15:14:37 -0800 2009
- gist: 227580 by klunkat... created Thu Nov 05 17:04:17 -0800 2009
- gist: 227592 by novas0x2a created Thu Nov 05 17:19:33 -0800 2009
- gist: 227606 by mrtazz created Thu Nov 05 17:50:38 -0800 2009
- gist: 227610 by leandro created Thu Nov 05 18:01:07 -0800 2009
- gist: 227853 by leehambley created Fri Nov 06 00:44:06 -0800 2009
- gist: 228616 by thommay created Sat Nov 07 00:16:11 -0800 2009
- gist: 229330 by mmmurf created Sun Nov 08 07:55:51 -0800 2009
- gist: 235417 by sohooo created Sun Nov 15 11:15:33 -0800 2009
- gist: 236265 by richid created Mon Nov 16 11:35:54 -0800 2009
This gist is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are given this private URL.
Every gist with this icon (
) is private.
Every gist with this icon (
This gist is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Vim
autocmd BufWritePre * :%s/\s\+$//e
Emacs
(add-hook 'before-save-hook 'delete-trailing-whitespace)
Textmate
http://blogobaggins.com/2009/03/31/waging-war-on-whitespace.html
In your existing codebase
find . -name '*.rb' | xargs perl -pi -e 's/ +$//'




