I have the following Code:
if( condition1 && condition2 && condition3 ) { // do something }
And after havin
Netbeans has changed the syntax slightly. You'll need to do a line break at the end of the AND operator instead of before and it will retain the breaks after a format.