Use 72 characters for Git instead of 80.
This follows the Linux/universal Git guidelines more closely.
This commit is contained in:
parent
2ec91f130f
commit
2f67399784
|
@ -9,7 +9,7 @@ should follow. These are as following:
|
||||||
value(s) should be documented.
|
value(s) should be documented.
|
||||||
* Wrap lines at 80 characters per line.
|
* Wrap lines at 80 characters per line.
|
||||||
* Git commits should have a <= 50 character summary, optionally followed by a
|
* 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
|
## Editor Setup
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue