![]() | |||||||||||||
Messages in this thread |
From: Stephen Rothwell <sfr@canb.auug.org.au> Date: Thu, 19 Jan 2006 17:17:08 +1100 > Documentation/CodingStyle says: > > The limit on the length of lines is 80 columns and this is a hard limit. > > Statements longer than 80 columns will be broken into sensible chunks. > Descendants are always substantially shorter than the parent and are placed > substantially to the right. The same applies to function headers with a long > argument list. Long strings are as well broken into shorter strings. I wish there were an exception for function prototypes and definitions. Why? So grep actually works. Hmmm, what args does function X take? Let's try this: bash$ git grep X Oops, the args went past 80 columns and was split up, so I only get the first few in the grep output. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2006-01-19 06:38 [from the cache] ©2003-2008 | |||||||||||||