aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.