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

Bugfix: Implement bracketSameLine options for html tags #104

Merged
merged 3 commits into from
Dec 16, 2024

Conversation

zackad
Copy link
Owner

@zackad zackad commented Dec 16, 2024

Close GH-90

I'm marking this as a draft since there's refactoring I want to do for test setup and commit history cleanup. Just want to make sure that everything is working as expected.

By default option bracketSameLine is set to false, and we need to update existing snapshot test.

@zackad zackad added Printer Logic related on how to print the output Bugfix labels Dec 16, 2024
@zackad zackad requested a review from rellafella December 16, 2024 00:56
This parameter is required to conditionally build doc object that would
allow placement of opening tag end.
By default, option `bracketSameLine` is set to `false` and behave
differently before fixed in this patch set. Thus we need to update
existing snapshot to adhere with this changes.
@zackad zackad force-pushed the GH-90/bracket-same-line branch from 5686668 to 8293679 Compare December 16, 2024 02:17
@zackad zackad marked this pull request as ready for review December 16, 2024 02:17
Copy link
Collaborator

@rellafella rellafella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely some big changes coming across people's code bases with this one but thankfully it is configured correctly now.
Nothing for me to add here, looks good to me.

@zackad zackad merged commit a23e3aa into master Dec 16, 2024
3 checks passed
@zackad zackad deleted the GH-90/bracket-same-line branch December 16, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugfix Printer Logic related on how to print the output
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bracket same line
2 participants