aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/php
Commit message (Collapse)AuthorAgeFilesLines
* feat(php): php 8.4 support (#6741)Caleb White2024-08-181-0/+13
| | | | | | | | | * chore(php): update maintainers * feat(php): update php rules, highlight imported functions/consts * feat(php): indent inside property hooks * chore: update php and php_only revision
* fix(php): correct line endingsChristian Clason2024-07-171-12/+12
|
* fix(php): do not indent after class/enum decl再生花2024-07-091-0/+12
|
* 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