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

fix: 🐛 long props collapse into single line #876

Merged
merged 2 commits into from
Oct 15, 2023
Merged

fix: 🐛 long props collapse into single line #876

merged 2 commits into from
Oct 15, 2023

Conversation

shufo
Copy link
Owner

@shufo shufo commented Oct 15, 2023

Description

This PR fixes shufo/prettier-plugin-blade#235

Related Issue

Motivation and Context

Long props are not formatted correctly.

How Has This Been Tested?

see tests

@codecov
Copy link

codecov bot commented Oct 15, 2023

Codecov Report

All modified lines are covered by tests ✅

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

Additional details and impacted files
@@            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 Coverage Δ
src/formatter.ts 90.45% <100.00%> (+0.56%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shufo shufo merged commit 3936ece into main Oct 15, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Formatting Bug]: Arrays are being collapse on a single line
1 participant