summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-27 11:45:20 -0700
committerCorey Hulen <corey@hulen.com>2015-08-27 11:45:20 -0700
commit10579966b6e86bffb29e80372e92656db0b26e74 (patch)
tree9e6e56b38fa09cfd4ddf490851d54f7665571824
parent6a245e71e8b0c644979a59e8c865dd2c866aeed1 (diff)
parentb1a5d60ed4a4e242497596081a9b8875c521bfa2 (diff)
downloadchat-10579966b6e86bffb29e80372e92656db0b26e74.tar.gz
chat-10579966b6e86bffb29e80372e92656db0b26e74.tar.bz2
chat-10579966b6e86bffb29e80372e92656db0b26e74.zip
Merge pull request #501 from doosp/patch-1
Adding Periods
-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.