mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-26 21:58:08 +01: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
1 changed files with 3 additions and 3 deletions
|
@ -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