aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPhil Crosby2013-05-08 23:03:55 -0700
committerPhil Crosby2013-05-08 23:04:24 -0700
commit4820008d292cb141aa9966e691f60dedf8616219 (patch)
tree524b88353673d7a2cf6c055911e85f3658b00776 /CONTRIBUTING.md
parent30533d7a7c3ef02a27205976da935c4ff68e3d5d (diff)
downloadvimium-4820008d292cb141aa9966e691f60dedf8616219.tar.bz2
Link to a style guide which has concrete coffeescript style advice
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
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.