From a4639f9b62f3a2fb38b0c0fc8a1ce34a6d9aa790 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 22 Feb 2005 04:39:52 +0000 Subject: [PATCH] Suggest a line limit of 79 characters. --- doc/standards.texi | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2