2

i have a question about the netbeans formatting wich i use to format my code to the company code conventions here.

But i have a problem formatting the closing parentheses from an arrays.

current formatting:

$array = array(
    'item1-moretext' => 1 ,
    'itm2'           => 2 ,
    'itm3-moretext'  => 3
                ) ;

and this is how i want it to be formatted:

$array = array(
    'item1-moretext' => 1 ,
    'itm2'           => 2 ,
    'itm3-moretext'  => 3
) ;

As far as i know i have tried every possible combination.

thanks in advance

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.