summaryrefslogtreecommitdiffstats
path: root/STYLE-GUIDE.md
diff options
context:
space:
mode:
authordoosp <doo@spinpunch.com>2015-08-27 11:24:52 -0700
committerdoosp <doo@spinpunch.com>2015-08-27 11:24:52 -0700
commitb1a5d60ed4a4e242497596081a9b8875c521bfa2 (patch)
treed6d71828c3d6b15021fd6676b9290340864c773b /STYLE-GUIDE.md
parentbc171ba7c9d40f49c4c5a9686822d62b785a8c50 (diff)
downloadchat-b1a5d60ed4a4e242497596081a9b8875c521bfa2.tar.gz
chat-b1a5d60ed4a4e242497596081a9b8875c521bfa2.tar.bz2
chat-b1a5d60ed4a4e242497596081a9b8875c521bfa2.zip
Adding Periods
Diffstat (limited to 'STYLE-GUIDE.md')
-rw-r--r--STYLE-GUIDE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md
index 0da0a14f8..2c0f0a5e6 100644
--- a/STYLE-GUIDE.md
+++ b/STYLE-GUIDE.md
@@ -22,8 +22,8 @@ The following is an abridged version of the [Airbnb Javascript Style Guide](http
### Whitespace
-- Indentation is four spaces
-- Use a space before the leading brace
+- Indentation is four spaces.
+- Use a space before the leading brace.
- Use one space between the comma and the next argument in a bracketed list. No other space.
- Use whitespace to make code more readable.
- Do not use more than one newline to separate code blocks.