File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,9 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
4848* IRC - [ #reactjs on freenode] ( http://webchat.freenode.net/?channels=reactjs )
4949* Mailing list - [ reactjs on Google Groups] ( http://groups.google.com/group/reactjs )
5050
51- ## Coding Style
51+ ## Style Guide
52+
53+ ### Code
5254
5355* Use semicolons;
5456* Commas last,
@@ -59,6 +61,10 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
5961* "Attractive"
6062* Do not use the optional parameters of ` setTimeout ` and ` setInterval `
6163
64+ ### Documentation
65+
66+ * Do not wrap lines at 80 characters
67+
6268## License
6369
6470By contributing to React, you agree that your contributions will be licensed under the [ Apache License Version 2.0 (APLv2)] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments