From: Ben Pfaff Date: Tue, 22 Feb 2005 04:39:52 +0000 (+0000) Subject: Suggest a line limit of 79 characters. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=a4639f9b62f3a2fb38b0c0fc8a1ce34a6d9aa790 Suggest a line limit of 79 characters. --- diff --git a/doc/standards.texi b/doc/standards.texi index 2582e5c..ab0f01a 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -42,6 +42,8 @@ different style won't cause actual problems, but it's ugly to see gratuitous differences in style from one function to another. If your code is too ugly, it will cost you points. +Please limit C source file lines to at most 79 characters long. + Pintos comments sometimes refer to external standards or specifications by writing a name inside square brackets, like this: @code{[IA32-v3]}. These names refer to the reference names used in