Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Wrap JSDoc comments to 80 columns #45

Closed
codyhoag opened this issue Mar 12, 2019 · 3 comments
Closed

Wrap JSDoc comments to 80 columns #45

codyhoag opened this issue Mar 12, 2019 · 3 comments

Comments

@codyhoag
Copy link

We currently have to manually wrap JSDoc comments to follow our 80 column wrapping rule. It would be very useful (and time saving) if the tool could enforce this wrapping automatically.

@wincent
Copy link
Contributor

wincent commented Mar 12, 2019

Correctly wrapping comments is pretty hard, if this two-year-old Prettier ticket is anything to judge by; should definitely take some of the "gotchas" mentioned in that ticket into account.

@codyhoag
Copy link
Author

Our Javadoc Formatter does it fairly well. Perhaps we could do something similar to what's done for Javadoc?

@wincent
Copy link
Contributor

wincent commented Sep 4, 2020

We're going to be archiving this project so closing everything.

@wincent wincent closed this as completed Sep 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants