summaryrefslogtreecommitdiff
path: root/queries/php/indents.scm
AgeCommit message (Collapse)Author
2022-10-10fix(php): add indent for enumsgbprod
2022-10-06Fix php indent for short array declarationgbprod
2022-05-15indents(php): @auto on comment and ERRORprzepompownia
Currently with ```vim setlocal autoindent setlocal smartindent ``` in `after/indent/php.vim` it allows correct indentation inside PHP docblocks.
2022-02-13indents(php): don't use aligned_indent for phpStephan Seitz
Fixes #2497
2022-02-05indents(php): add another testStephan Seitz
2022-01-24indents(php): align with C indentationStephan Seitz
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357
2021-03-22Add indents for phpshirasaka