Open QuentiumYT opened 1 month ago
1.41.1
@if ($i >= 1) @break @endif
It should keep the @break indented and not remove an indentation for the @endif.
@break
@endif
As the following code using a variable works just fine
@if ($i >= 1) {{ $var }} @endif
No response
Looks like it's also the same as #912 as well, maybe a global prevent would be nice
Version
1.41.1
Template before formatting
Template after formatting
Expected Behaviour
It should keep the
@break
indented and not remove an indentation for the@endif
.As the following code using a variable works just fine
Relevant log output
No response