Trying to find out how to change NetBeans (7.2) from deleting lines between comments.
I Type
// comment 1
// comment 2
NetBeans auto format changes to
// comment 1
// comment 2
Is there a setting I am mising where I can stop the program from deleting that line?