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

Wrap Comments #1003

Closed
wants to merge 3 commits into from
Closed

Wrap Comments #1003

wants to merge 3 commits into from

Conversation

HCastano
Copy link
Contributor

@HCastano HCastano commented Nov 4, 2021

While looking at #979 I noticed that Robin (kinda) wrapped my module comments. I wondered
if we had any RustFmt config around that, and it turns out that while we did
(comment_width = 80) we were not actual using it since we had wrap_comments = false.
According to the comment_width docs we need to set it to true in order for it to have an effect.

@HCastano
Copy link
Contributor Author

HCastano commented Nov 4, 2021

Looks like we'll have to manually fix some code examples, lists, and tables with this change, so maybe I'll leave this for another time...

@HCastano HCastano closed this Nov 4, 2021
@Robbepop
Copy link
Collaborator

Robbepop commented Nov 4, 2021

I am against enabling this rustfmt rule since it uglifies a lot of comments imo. i tried it and it severely did not satisfy me.

@HCastano HCastano deleted the hc-wrap-comments branch November 5, 2021 09:47
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.

2 participants