indents(php): @auto on comment and ERROR

Currently with
```vim
setlocal autoindent
setlocal smartindent
```
in `after/indent/php.vim` it allows correct indentation
inside PHP docblocks.
This commit is contained in:
przepompownia 2022-05-13 22:14:06 +02:00 committed by Stephan Seitz
parent a401f6ce7d
commit 1cec3899f5

View file

@ -16,6 +16,8 @@
[
(comment)
] @ignore
] @auto
(compound_statement "}" @indent_end)
(ERROR) @auto