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: 🐛 unnecessary indent in raw php directive #874

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

shufo
Copy link
Owner

@shufo shufo commented Oct 9, 2023

Description

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

Related Issue

Motivation and Context

There is an unnecessary indent spaces on blank line in @php ~ @endphp directive

How Has This Been Tested?

see tests

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (b9d5d53) 78.53% compared to head (a230be9) 78.63%.
Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #874      +/-   ##
==========================================
+ Coverage   78.53%   78.63%   +0.09%     
==========================================
  Files          16       16              
  Lines        1724     1732       +8     
  Branches      408      413       +5     
==========================================
+ Hits         1354     1362       +8     
  Misses        355      355              
  Partials       15       15              
Files Coverage Δ
src/formatter.ts 89.88% <100.00%> (+0.01%) ⬆️

... and 1 file with indirect coverage changes

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

@shufo shufo merged commit 724aff9 into main Oct 9, 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]: Adds spaces where there shouldn't be
1 participant