8 space tabs all the way. Indentation is meant to make the code more readable, and IMO 4 spaces just isn't enough.

I also prefer tabs over spaces since it consumes less space (not a big issue though), and it lets whoever is working on my code display it how they like without having to re-indent the whole file.

Here's a tip for you VIM users who can't paste properly.
Code:
:set paste