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
textarea
Linux
<textarea class="elm" name="inner_group[{{ $i }}][{{ $c->attribute }}{{ $j }}]" > @if (explode('|', $values) != null && isset(explode('|', $values)[$j - 1])) {{ explode('|', $values)[$j - 1] }} @endif </textarea>
@endif and its preceeding line always get pushed to 0 indentation. this happens regardless of indentation level. e.g. this also
becomes this
No response
The text was updated successfully, but these errors were encountered:
shufo
KarimElsayad247
No branches or pull requests
Platform
Linux
Template before formatting
Template after formatting
Expected Behaviour
@endif and its preceeding line always get pushed to 0 indentation. this happens regardless of indentation level. e.g. this also
becomes this
Relevant log output
No response
The text was updated successfully, but these errors were encountered: