shufo / blade-formatter

An opinionated blade template formatter for Laravel that respects readability
https://www.npmjs.com/package/blade-formatter
MIT License
441 stars 24 forks source link

fix: 🐛 long props collapse into single line #876

Closed shufo closed 11 months ago

shufo commented 11 months ago

Description

This PR fixes https://github.com/shufo/prettier-plugin-blade/issues/235

Related Issue

Motivation and Context

Long props are not formatted correctly.

How Has This Been Tested?

see tests

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (2624fd1) 78.56% compared to head (8eeeb6b) 78.97%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #876 +/- ## ========================================== + Coverage 78.56% 78.97% +0.40% ========================================== Files 16 16 Lines 1726 1731 +5 Branches 410 411 +1 ========================================== + Hits 1356 1367 +11 + Misses 355 349 -6 Partials 15 15 ``` | [Files](https://app.codecov.io/gh/shufo/blade-formatter/pull/876?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Shuhei+Hayashibara) | Coverage Δ | | |---|---|---| | [src/formatter.ts](https://app.codecov.io/gh/shufo/blade-formatter/pull/876?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Shuhei+Hayashibara#diff-c3JjL2Zvcm1hdHRlci50cw==) | `90.45% <100.00%> (+0.56%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.