Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Decrease line lengths by one #12

Merged
merged 1 commit into from
Jul 8, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion style/whitespace.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Whitespace [RFC]

* Lines _should_ not exceed 80 characters, and _must_ not exceed 100 characters.
* Lines must not exceed 99 characters.
* Use 4 spaces for indentation, _not_ tabs.
* No trailing whitespace at the end of lines or files.

Expand Down