aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 13de1617..21cdb98b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -54,4 +54,6 @@ CREDITS file with your patch.
* 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.
+ * We follow two major differences from this style guide:
+ * Wrap lines at 110 characters instead of 80.
+ * Use double-quoted strings by default.