-
Notifications
You must be signed in to change notification settings - Fork 30
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
Style: line length #126
Comments
This wouldn't apply to sample feeds, of course (e.g. XML and CSV). |
Given the verbosity of XML and HTML, I propose a 100-character suggested line limit. The current HEAD for vip5 has a vip_spec.xml of 662 lines. Of those:
|
100 as the suggestion seems fine to me. I can write up the PR. |
Created PR #128 for this. |
cjerdonek
added a commit
that referenced
this issue
Apr 29, 2015
…e-line-length Address issue #126: add line length to style guide.
Closed by PR #128. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to suggest some sort of non-strict line length guideline to apply to all of our files (xml, html, md). The main reason is to make diffs more useful (e.g. those that appear in GitHub). I noticed that some lines in the HTML and markdown seem to run very long (e.g. 200+ characters). Maybe it could be phrased as a goal of 80 characters, but longer is fine whenever it aids readability.
The text was updated successfully, but these errors were encountered: