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

Constrain inline comments' line length to GitHub's code viewport #133

Closed
nikola opened this issue Jun 28, 2014 · 2 comments
Closed

Constrain inline comments' line length to GitHub's code viewport #133

nikola opened this issue Jun 28, 2014 · 2 comments

Comments

@nikola
Copy link
Contributor

nikola commented Jun 28, 2014

I like to inspect code in GitHub's syntax-highlighted code viewer. As of this writing, there's no way to increase the width of the viewer, so overflowing code lines are hidden unless the user scrolls to the right. Which is the case with the current velocity.js.

I'd suggest to reformat inline code comments to fit within GitHub's code viewport, i.e. constrain to a maximum code line length of 120 characters.

@julianshapiro
Copy link
Owner

Hey @nikola. I agree. I'll see what I can do about this today. Stay tuned for the next update.

@julianshapiro
Copy link
Owner

Coming shortly.

julianshapiro added a commit that referenced this issue Jun 30, 2014
No code was changed in this release. Only comments were modified.

Closes #133: Constrain comments' line length to better match GitHub's
code viewport. Thanks for the suggestion, @nikola.
Rycochet pushed a commit that referenced this issue Aug 3, 2020
No code was changed in this release. Only comments were modified.

Closes #133: Constrain comments' line length to better match GitHub's
code viewport. Thanks for the suggestion, @nikola.
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

No branches or pull requests

2 participants