We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Looks like it's also the same as #912 as well, maybe a global prevent would be nice
Sorry, something went wrong.
shufo
QuentiumYT
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: