NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Javascript Brace Indenting (using Auto Indent)


Joined: 18 Jan 2009
Posts: 5
Reply with quote
Hey guys,

So I've done a search and found lots of threads about indentation such as

Code:

if (true) {
  //do stuff
}


However my problem is:

Code:

if (true)
{
  //do stuff
}


...becomes (using Alt+F6 Auto-Indent)...

Code:

if (true)
  {
  //do stuff
}


...when it should say as it was!

I've tried fiddling with the Auto/Smart indent settings but haven't been able to change this. Any ideas?
View user's profileFind all posts by SeguerSend private message
Javascript Brace Indenting (using Auto Indent)
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic