Tuesday, November 16, 2010

VS 2010 Is possible to turn off collapsing JS code ?

Programmer Question

Hi, in VS 2010 Ultimate if You type a JS code an then press Enter, You'll notice that the 1st bracket is in the same line as e.g function header. How to turn it off ? It is very annoying for me



after pressed enter... =>



function a() { 
}


I want it as:



function a() 
{
}


Find the answer here

No comments:

Post a Comment

LinkWithin

Related Posts with Thumbnails