diff options
author | Florian Dold <florian.dold@gmail.com> | 2015-12-17 22:35:40 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2015-12-17 22:35:40 +0100 |
commit | 5f907c13fc76189ace1537af43903e7cd2c82c84 (patch) | |
tree | e5260d69bdd5568635e939678046673c58789366 /style.txt | |
parent | 34b039de45d33b80149713ab856f1d4bd1d1e966 (diff) |
double quote rule
Diffstat (limited to 'style.txt')
-rw-r--r-- | style.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |