emacs-php / emacs-php/php-mode
Indenting continued expression [support]
Open
- Dominant language
- Emacs Lisp
- Stars
- 602
- Forks
- 117
- Avg merge
- 12h 54m
- Merged PRs (30d)
- 3
Description
Hi, I want to indent PHP code like this
``` php
isset(xyz) ? abc :
isset(def) ? pqr :
ghi
);
?>
```
Which symbol should I change to get the desired effect?
Contributor guide
Assessment
This issue has not been assessed yet.