emacs-php / emacs-php/php-mode

Indenting continued expression [support]

Open
#289 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.