Author Topic: how to indent code to make it look neat?  (Read 7650 times)

xdiepx

  • Guest
how to indent code to make it look neat?
« on: July 20, 2012, 01:31:44 pm »
hi i came across Xcode a few weeks ago and decided use this. is there a way to indent my code to make it look neater? i.e

void something()
{
something;
}
press a button it should look like this

void something(){
      somethin;   
}

Offline jarod42

  • Multiple posting newcomer
  • *
  • Posts: 87
Re: how to indent code to make it look neat?
« Reply #1 on: July 20, 2012, 01:45:18 pm »
There is Source code formatter (AStyle) plugin which does more than that...