Can VS automatically insert a certain number of tabs to assist me in formatting my css like this?
#divAddParts
{
width :400px;
padding :5px;
}
Is there a way to create custom templates for css, JavaScript, etc. so I don't have to manually indent my code?
Thank you