aboutsummaryrefslogtreecommitdiff
path: root/style.txt
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-12-17 22:35:40 +0100
committerFlorian Dold <florian.dold@gmail.com>2015-12-17 22:35:40 +0100
commit5f907c13fc76189ace1537af43903e7cd2c82c84 (patch)
treee5260d69bdd5568635e939678046673c58789366 /style.txt
parent34b039de45d33b80149713ab856f1d4bd1d1e966 (diff)
downloadwallet-core-5f907c13fc76189ace1537af43903e7cd2c82c84.tar.xz
double quote rule
Diffstat (limited to 'style.txt')
-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)