Skip to content
New issue

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

Format multiline directives #274

Closed
Petah opened this issue May 17, 2021 · 0 comments · Fixed by #378
Closed

Format multiline directives #274

Petah opened this issue May 17, 2021 · 0 comments · Fixed by #378
Assignees
Labels
bug Something isn't working

Comments

@Petah
Copy link

Petah commented May 17, 2021

Expected Behavior

It should format multi line blade directives

Current Behavior

It flattens them

E.g.
It turns this

@button([
    'class' => 'btn btn-primary p-btn-wide',
    'text' => 'Save',
])

Into this:

@button([
'class' => 'btn btn-primary p-btn-wide',
'text' => 'Save',
])
@shufo shufo self-assigned this Jun 20, 2021
@shufo shufo added the bug Something isn't working label Jun 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants