aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/php
Commit message (Collapse)AuthorAgeFilesLines
* feat(php): improve indents in return statements & chained methodsCaleb White2024-03-161-0/+66
|
* fix(php): fix indentation for in between bracesCarlos Afonso2023-10-151-0/+1
|
* fix(php): add indent for enumsgbprod2022-10-101-0/+4
|
* Fix php indent for short array declarationgbprod2022-10-061-0/+5
|
* tests: add failing test for incomplete argumentsStephan Seitz2022-02-131-0/+6
|
* indents(php): don't use aligned_indent for phpStephan Seitz2022-02-131-0/+14
| | | | Fixes #2497
* indents(php): add another testStephan Seitz2022-02-051-0/+6
|
* indents(php): align with C indentationStephan Seitz2022-01-241-0/+12
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357