php-mode
php-mode copied to clipboard
Indenting continued expression [support]
Hi, I want to indent PHP code like this
<? php
$a = array(
'foo' => isset(xyz) ? abc :
isset(def) ? pqr :
ghi
);
?>
Which symbol should I change to get the desired effect?
Unfortunately, there's nothing you can do from a user-perspective to get the desired indentation. It's not supported by php-mode. I'm pondering on a solution so do keep track of this issue.
Thanks for the feedback!