laravel-blade-snippets-vscode icon indicating copy to clipboard operation
laravel-blade-snippets-vscode copied to clipboard

Directive indentation removed

Open joe-scotto opened this issue 4 years ago • 5 comments

When formatting my directives are not indented.

Expected output:

@if (true)
    <a>Example</a>
@endif

Actual output:

@if (true)
<a>Example</a>
@endif

joe-scotto avatar May 13 '20 17:05 joe-scotto

https://github.com/onecentlin/laravel-blade-snippets-vscode/issues/104 https://github.com/onecentlin/laravel-blade-snippets-vscode/issues/92

etc :D

alexkerber avatar May 13 '20 17:05 alexkerber

I have the same problem I have been looking for a suitable solution for 2 days. Nothing found yet. please solve this problem 😢

maxswinkels avatar May 20 '20 14:05 maxswinkels

Same problem. No indentation.

belachkar avatar Jun 18 '20 12:06 belachkar

Same problem... just accepted it at first, but with more complex blades it becomes unreadable.

leecolarelli avatar Aug 20 '20 10:08 leecolarelli

Is the problem still not resolved until now?

edikurniawan-dev avatar Feb 09 '22 13:02 edikurniawan-dev