laravel-blade-snippets-vscode
laravel-blade-snippets-vscode copied to clipboard
blade formatting embedded foreach - collapses foreaches into same line
when running format document with nested foreaches the formatting collapses all the foreaches into the same line, eg;
I would have expected formatting to instead format as nested indents, such as
in my problem it will add new line everytime I do a save and format
I have the same problem