diff options
author | Brian Ashworth <bosrsf04@gmail.com> | 2019-01-14 13:20:27 -0500 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-01-14 19:46:54 +0100 |
commit | 2257368f1a5617d536c51a3ab242455515313668 (patch) | |
tree | 073273e934682ea5eb364e303508d19405b0ccbb /CONTRIBUTING.md | |
parent | 2f36db15d449705a0d73828d27a58db8928866f1 (diff) |
CONTRIBUTING.md: mention tab width for line length
Adds a note about assuming a tab width equal to 4 spaces when
determining the line length to CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a5a5111f..031f51f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -135,9 +135,9 @@ balance the lines. ### Line Length -Try to keep your lines under 80 columns, but you can go up to 100 if it -improves readability. Don't break lines indiscriminately, try to find nice -breaking points so your code is easy to read. +Try to keep your lines under 80 columns, assuming a tab width equal to 4 spaces, +but you can go up to 100 if it improves readability. Don't break lines +indiscriminately, try to find nice breaking points so your code is easy to read. ### Names |