Merge pull request #501 from doosp/patch-1

Adding Periods
Этот коммит содержится в:
Corey Hulen
2015-08-27 11:45:20 -07:00
родитель 6a245e71e8 b1a5d60ed4
Коммит 10579966b6

Просмотреть файл

@@ -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.