From 5f907c13fc76189ace1537af43903e7cd2c82c84 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 17 Dec 2015 22:35:40 +0100 Subject: double quote rule --- style.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'style.txt') 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) -- cgit v1.2.3