mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Relax 80 column limit
80 cols is a bit short. Linux uses a soft 100 limit, let's do the same.
This commit is contained in:
parent
e938552d15
commit
8fa589a132
2 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ Try to break the line in the place which you think is the most appropriate.
|
|||
|
||||
### 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 100 columns, but you can break this rule if it
|
||||
improves readability. Don't break lines indiscriminately, try to find nice
|
||||
breaking points so your code is easy to read.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue