Add contributor docs

This commit is contained in:
jaina heartles 2022-10-01 22:18:39 -07:00
parent 4b5d11b00a
commit e227a3de0f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
- Follow [style guide](https://ziglang.org/documentation/0.9.1/#Style-Guide)
* Except where it doesn't make sense to.
- Line length: Try to keep it below 80 columns. I aim for ~60 myself.
- Line length: Try to keep it below 100 columns
* Except where it would harm other aspects. Examples:
- Keep full, copy-pastable URL's on a single line. Always. This lets
you click on the url in your editor (if it supports it)