Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3636 from matrix-org/jryans/90-chars
Browse files Browse the repository at this point in the history
Update code style for our 90 char life
  • Loading branch information
jryans committed Nov 20, 2019
2 parents d155497 + 8f79661 commit 1e64727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_style.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ number throgh from the original code to the final application.
General Style
-------------
- 4 spaces to indent, for consistency with Matrix Python.
- 120 columns per line, but try to keep JavaScript code around the 80 column mark.
- 120 columns per line, but try to keep JavaScript code around the 90 column mark.
Inline JSX in particular can be nicer with more columns per line.
- No trailing whitespace at end of lines.
- Don't indent empty lines.
Expand Down

0 comments on commit 1e64727

Please sign in to comment.