I've got a lot of code that is segmented into separate lines in netbeans. I believe it's auto formatting it and when I change any formatting in the editor options it seems to not like it.
An example would be I have the following:
private String letters[] = new String[]{"A",
"B"};
And I want it all to be the following:
private String letters[] = new String[]{"A", "B"};
I've tried online beautifiers and everything seems to leave it seperated. Any ideas / quick fixes ?
Thanks!!
EDIT: Still having issues with this. It's easy to do the reverse and seperate the lines when "Too long" but it doesn't seem like netbeans has a built in way of doing this. I may have to explore other options.
Right Marginvalue of NetBeans. -> ozonesolutions.com/programming/wp-content/uploads/2012/01/…