netbeans - php. neatbeans. adding whihte space before and after functions argument -


i want configure netbeans php. how make automatically put white spaces before , after function argument:

myfunction($arg1) {... 

but whant:

myfunction( $arg1 ) {... 

it's ugly have spaces around args... anyway can customize formatting options in:

tools > options > editor > formatting

here have select php language , can customize coding styles (there's more tabs , indents).


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -