I am in trouble with the Visual Studio 2013 code formatting. In particoular I have the following problem: when I cut and paste some C++/C# code it is re-formatted as follow:
int main() { ... } While I would prefer the following indentation (please note the position of the opening curly brace):
int main() { ... } Where can I find the proper indentation setting?