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

Add dart format width comments #725

Merged
merged 3 commits into from
Oct 9, 2024
Merged

Add dart format width comments #725

merged 3 commits into from
Oct 9, 2024

Conversation

natebosch
Copy link
Member

Closes #724

The 3 places where a Dart unit can be output are as a LibraryBuildr,
as a PartBuilder, or as a combined part. SharedPartBuilder output
does not need the width comment. Add a constant for the comment and use
it while writing each of the 3 types of output.

Closes #724

The 3 places where a Dart unit can be output are as a `LibraryBuildr`,
as a `PartBuilder`, or as a combined part. `SharedPartBuilder` output
does not need the width comment. Add a constant for the comment and use
it while writing each of the 3 types of output.
Copy link
Member

@munificent munificent left a comment

Choose a reason for hiding this comment

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

Thank you for the quick turnaround!

@natebosch natebosch merged commit da1190d into master Oct 9, 2024
12 checks passed
@natebosch natebosch deleted the width-configuration branch October 9, 2024 02:17
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.

Add "// dart format width=80" comment in generated code
2 participants