mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add note about 80 columns max to CONTRIBUTING file
This commit is contained in:
parent
37d2448023
commit
1541e38d53
1 changed files with 2 additions and 1 deletions
|
@ -99,8 +99,9 @@ Source editing
|
|||
--------------
|
||||
|
||||
The following rules MUST be followed:
|
||||
* Indentation uses horizontal tabs, 1 tab equals the length of 4 space chars
|
||||
* Indentation uses horizontal tabs (1 tab = 4 columns)
|
||||
* Do NOT align code; only indentation is allowed
|
||||
* Lines MUST NOT span more than 80 columns
|
||||
|
||||
The following rules SHOULD be followed:
|
||||
* Write small functions whenever possible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue