aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.txt b/style.txt
index 205bc5d83..443b15b0a 100644
--- a/style.txt
+++ b/style.txt
@@ -4,6 +4,7 @@ Javascript style
Basics:
- Indent with 2 spaces.
- Keep a maximum line length of 120 characters.
+- Prefer "double quotes" for strings/
- Never omit optional semicolons.
- Do not put opening braces or brackets on a new line.
- Call functions without spaces: foo(bar)