Change line length as per PR discussion

This commit is contained in:
David Baker 2016-07-11 16:27:17 +01:00
parent a28a335df4
commit 513492e1bf

View file

@ -22,9 +22,8 @@ number throgh from the original code to the final application.
General Style General Style
------------- -------------
- 4 spaces to indent, for consistency with Matrix Python. - 4 spaces to indent, for consistency with Matrix Python.
- Max line width: 79 chars (with flexibility to overflow by a "few chars" if - 120 columns per line, but try to keep JavaScript code around the 80 column mark.
the overflowing content is not semantically significant and avoids an Inline JSX in particular can be nicer with more columns per line.
explosion of vertical whitespace).
- No trailing whitespace at end of lines. - No trailing whitespace at end of lines.
- Don't indent empty lines. - Don't indent empty lines.
- One newline at the end of the file. - One newline at the end of the file.