mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 11:05:21 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
b838b4617c
commit
3c5f3b1dfc
@ -75,6 +75,11 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
|
||||
* *Try* to keep it around 80 characters line length (sometimes it's just not possible...)
|
||||
* `*` operator goes with the variable name (e.g. `NSObject *variableName;`)
|
||||
|
||||
#### Java
|
||||
|
||||
* In method calls spanning multiple lines, closing bracket is on the same line as the last argument.
|
||||
* 100 character line length
|
||||
|
||||
### Documentation
|
||||
|
||||
* Do not wrap lines at 80 characters - configure your editor to soft-wrap when editing documentation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user