diff options
author | Loïc Hoguin <[email protected]> | 2013-02-06 22:28:44 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-02-06 22:28:44 +0100 |
commit | 1541e38d538fc713a71d82764830b0aee563be4b (patch) | |
tree | cfb312a39869ec1afcc077ae7b1ba0945efe92f4 /CONTRIBUTING.md | |
parent | 37d24480236a5263eebbe957067f8698c78577f9 (diff) | |
download | cowboy-1541e38d538fc713a71d82764830b0aee563be4b.tar.gz cowboy-1541e38d538fc713a71d82764830b0aee563be4b.tar.bz2 cowboy-1541e38d538fc713a71d82764830b0aee563be4b.zip |
Add note about 80 columns max to CONTRIBUTING file
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 86fcc9f..e6ef8df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 |