mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +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
|
### Line Length
|
||||||
|
|
||||||
Try to keep your lines under 80 columns, but you can go up to 100 if it
|
Try to keep your lines under 80 columns, assuming a tab width equal to 4 spaces,
|
||||||
improves readability. Don't break lines indiscriminately, try to find nice
|
but you can go up to 100 if it improves readability. Don't break lines
|
||||||
breaking points so your code is easy to read.
|
indiscriminately, try to find nice breaking points so your code is easy to read.
|
||||||
|
|
||||||
### Names
|
### Names
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue