Korrupted Posted October 3, 2006 Share Posted October 3, 2006 Does anyone know how to make it so that brackets start on a new line when making a project? This drives me nuts. XCode always does this: public class X { public static voic main(String[] args) { //todo } } I want it to look like this: public class X { public static void main(String[] args) { //todo } } Thanks! Link to comment https://www.insanelymac.com/forum/topic/29271-brackets-on-new-line-when-making-a-project/ Share on other sites More sharing options...
Recommended Posts