One nice thing released for VS2010 recently is the “Productivity Power Tools”. If you are using VS2010 I would recommend installing it.
Once installed, you can see the options under Tools->Options->Productivity Power Tools
One feature I really like is the “Fix Mixed Tabs” feature.
When you open a code file it will analyze and tell you if need to “Tabify” – convert spaces to tabs, the old developers argument of tabs vs spaces solved. BTW, they should be tabs!
Check out the tools and learn the other features, there are some good things in there to help your code and get around in VS2010.