I want configure netbeans for PHP. how to make that it automatically put white spaces before and after function argument:
myfunction($arg1) {...
But whant:
myfunction( $arg1 ) {...
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s ugly to have spaces around args… Anyway you can customize formatting options in:
Here you have to select PHP Language and you can customize all coding styles (there’s more than only Tabs and Indents).