mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
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
This commit is contained in:
parent
2f36db15d4
commit
2257368f1a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue