Use 72 characters for Git instead of 80.

This follows the Linux/universal Git guidelines more closely.
This commit is contained in:
Yorick Peterse 2015-03-16 14:58:20 +01:00
parent 2ec91f130f
commit 2f67399784
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ should follow. These are as following:
value(s) should be documented.
* Wrap lines at 80 characters per line.
* Git commits should have a <= 50 character summary, optionally followed by a
blank line and a more in depth description of 80 characters per line.
blank line and a more in depth description of 72 characters per line.
## Editor Setup