shufo / prettier-plugin-blade

Format your blade template using Prettier
https://www.npmjs.com/package/@shufo/prettier-plugin-blade
MIT License
325 stars 8 forks source link

[Feature Request]: Exclude @props directive from formatting #189

Closed howdu closed 9 months ago

howdu commented 1 year ago

Description

Before

@props([
    'item', 
    'page', 
    'test' => 'long text'
])

After

@props(['item', 'loop', 'page', 'test' => 'long text'])

Suggested Solution

Bypass all Laravel @directives

Alternatives

No response

Additional Context

No response

danie1net0 commented 1 year ago

I have the same issue

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] commented 11 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days