StyleCop offers to check for consistent use of spaces, but sadly lacks the opposite idea: Force source code to use tabs. Is there some way to add this functionality? It does
Do it within your source control server. Use a pre-commit script to check the file for lines starting with multiple spaces and prevent the commit.
I agree tabs are better than spaces. It's a personal preference, but team consistency is very important.