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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

android - Go back to previous fragment -