Hi, I need help for the configuration of the code formatter for javascript. If I use a newline for the usage of the dot operator the formatter inserts two "space units", thus two tabs or 8 spaces.
== example foo .bar(); // wanted foo .bar(); // recieved == Unfortunately I didn't find a formatter option for javascript regarding this. Any help is appreciated. Best regards, Wilm --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
