aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2013-05-11 19:17:25 -0700
committerPhil Crosby2013-05-11 19:21:41 -0700
commit6b89fa60f3464f8d5ff8209185a1a68c4b624b2b (patch)
treeff20a7a8423afc96f71797c2b4193209c04d2ef3
parent5bd32a511da813d731f73c4d646c14a69c2515ff (diff)
downloadvimium-6b89fa60f3464f8d5ff8209185a1a68c4b624b2b.tar.bz2
Add another note about our coffeescript style
-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.