Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

how to indent code to make it look neat?

(1/1)

xdiepx:
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;   
}

jarod42:
There is Source code formatter (AStyle) plugin which does more than that...

Navigation

[0] Message Index

Go to full version