Skip to content

Commit

Permalink
CONTRIBUTING.md: mention tab width for line length
Browse files Browse the repository at this point in the history
Adds a note about assuming a tab width equal to 4 spaces when
determining the line length to CONTRIBUTING.md
  • Loading branch information
RedSoxFan authored and emersion committed Jan 14, 2019
1 parent 2f36db1 commit 2257368
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2257368

Please sign in to comment.