NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Code indent


Joined: 27 Jun 2013
Posts: 1
Reply with quote
Hi,

I'm using PhpED 8.1 and i'm looking for a way to change the auto-indent from:

Code:

case "a":
{
  //something
  if (a == a)
  {
     //do something
  }
}


to:

Code:

case "a":
  {
  //something
  if (a == a)
    {
     //do something
    }
  }


So: i want the "{" to be prefixed with 2 spaces

How can i do this?
View user's profileFind all posts by MattieSend private message
Code 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