php - Netbeans: Auto Format - Prevent Netbean return multiline variable to 1 line -
i have problem auto format in netbean.
i want code these:
class( var1, var2, var3, var4 );
but after formating code become:
class( var1, var2, var3, var4 );
anyone tell me how stop in netbeans. thanks
try formatting->...->wrapping->method call arguments->"always" (or "if long").
but option not perfect, unfortunately -- has quite ugly side effects...
Comments
Post a Comment