diff options
| author | Phil Crosby | 2013-05-08 23:03:55 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2013-05-08 23:04:24 -0700 | 
| commit | 4820008d292cb141aa9966e691f60dedf8616219 (patch) | |
| tree | 524b88353673d7a2cf6c055911e85f3658b00776 | |
| parent | 30533d7a7c3ef02a27205976da935c4ff68e3d5d (diff) | |
| download | vimium-4820008d292cb141aa9966e691f60dedf8616219.tar.bz2 | |
Link to a style guide which has concrete coffeescript style advice
| -rw-r--r-- | CONTRIBUTING.md | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 685bf750..13de1617 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,5 +52,6 @@ CREDITS file with your patch.  ## Coding Style -  * Follow the style already present in the file. -  * Ensure your lines don't exceed 110 characters. +  * We follow the recommendations from +    [this style guide](https://github.com/polarmobile/coffeescript-style-guide). +  * The one major difference is that we wrap our lines at 110 characters instead of 80. | 
