emacs-php / emacs-php/php-mode
Indentation of a block nested in a function call chain
Open
Bug
- Dominant language
- Emacs Lisp
- Stars
- 602
- Forks
- 117
- Avg merge
- 12h 54m
- Merged PRs (30d)
- 3
Description
This is maybe not so much an issue or a bug report as a request for help. Currently when we nest function calls and then put a block inside, for example an anonymous function it indents it "that many times" as there are function calls.
I also present some other modes and how they handle it so it might be worth to behave similarly.
```php
Contributor guide
Assessment
This issue has not been assessed yet.