On Wed, 11 Jan 2012 17:13:35 +0200, Tomi Ollila <[email protected]> wrote:
> Executed
>     for f in emacs/*.el
>     do emacs -q --batch --eval \
>         "(progn (find-file \"$f\") (whitespace-cleanup) (save-buffer))"
>     done
> 
> which
>     removed trailing whitespace and empty lines at the end of file
>     removed spaces before tab (if any)
>     converted 8 spaces to tabs in the beginning of line

+1

Maybe we should note something about this as a /coding style/ rule ?

/Xavier
_______________________________________________
notmuch mailing list
[email protected]
http://notmuchmail.org/mailman/listinfo/notmuch

Reply via email to