nvim-treesitter/tests/indent/php/example2.php

7 lines
78 B
PHP
Raw Normal View History

2022-01-24 21:16:00 +01:00
<?php
function()
{
$foo = 'bar';
// indentation with `o` is correct
}