nvim-treesitter/tests/indent/php/example2.php
2022-02-05 18:54:55 +01:00

6 lines
78 B
PHP

<?php
function()
{
$foo = 'bar';
// indentation with `o` is correct
}