How do I turn off Visual Studio's formatting options?
问题 So I have this annoying issue with Visual Studio (when working with C#), I've been digging around in the C# formatting options, general VS options and on google and MSDN but can't really find a fix for this - I'm assuming there's just a checkbox somewhere and I've just overlooked it. Here it is: I like to format my code like this: Type var2 = new Type(); Type someVar = new Type(); But visual studio insists on formatting it like this, whenever the automatic format feature is applied: Type var2