You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: