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

printer: supporting rewrapping #307

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

declanvong
Copy link
Contributor

@declanvong declanvong commented Oct 7, 2021

Implementation of dprint/dprint#423 in the TS plugin. Aims to resolve #52 and issues similar to it.

},
));
items.push_signal(Signal::PossibleNewLine);
items.push_condition(conditions::space_if_not_start_of_line(Some(" ".into())));
// the newline group will force it to put the extends or implements on a new line
Copy link
Contributor Author

Choose a reason for hiding this comment

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

based on this comment, I guess the changes in the test snapshots aren't desirable then?

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.

Code requires format twice in scenario with long union type in interface extends clause
1 participant