| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-10 | fix(php): add indent for enums | gbprod | |
| 2022-10-06 | Fix php indent for short array declaration | gbprod | |
| 2022-05-15 | indents(php): @auto on comment and ERROR | przepompownia | |
| Currently with ```vim setlocal autoindent setlocal smartindent ``` in `after/indent/php.vim` it allows correct indentation inside PHP docblocks. | |||
| 2022-02-13 | indents(php): don't use aligned_indent for php | Stephan Seitz | |
| Fixes #2497 | |||
| 2022-02-05 | indents(php): add another test | Stephan Seitz | |
| 2022-01-24 | indents(php): align with C indentation | Stephan Seitz | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357 | |||
| 2021-03-22 | Add indents for php | shirasaka | |
