Reputation: 3067
I am using Visual Studio 2005 team edition. I come from a unix background using gvim. It would appear that formatting/indenting code seems to be a lot harder. Can anyone suggest a good option. VI with its autoindent/smartindent settings spoilt me. thanks
Upvotes: 1
Views: 126
Reputation: 96177
ctrl K-F formats the selected code
Go to tools->options->Text editor->c/c++ to set formatting details
Upvotes: 2