Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

erdinc27

macrumors regular
Original poster
Hello guys. Is there anyone who knows a code formatting library for XCode? the Project I am working changed so many developers and there is no a good format for the files. Some codes look like this
Code:
if (condition1) {

} else {

}

Some others look like this
Code:
if(condition)
{

}
else
{

}
Same for methods also. I want to make everything standard. So is there any library that can make it for me in XCode?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.