Merge pull request #6 from github/robrix-patch-1

Whitespace section from the ObjC style guide
This commit is contained in:
Josh Abernathy 2014-08-22 10:14:29 -04:00
Родитель e9b86c858e 4721c6f259
Коммит 5fb7ea983c
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -13,6 +13,12 @@ then open a pull request. :zap:
----
#### Whitespace
* Tabs, not spaces.
* End files with a newline.
* Make liberal use of vertical whitespace to divide code into logical chunks.
#### Prefer implicit getters on read-only properties and subscripts
When possible, omit the `get` keyword on read-only computed properties and