clarify :)
authorChris Lattner <sabre@nondot.org>
Tue, 8 Jul 2008 05:12:37 +0000 (05:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 8 Jul 2008 05:12:37 +0000 (05:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53218 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.html

index a99e46e5b5801c5dc8acfb113542533125e26cd5..04ce54fde47fbe193db1a660a20b02819d27226c 100644 (file)
@@ -262,6 +262,18 @@ implements are defined.</p>
 like to print out code and look at your code in an xterm without resizing
 it.</p>
 
+<p>The longer answer is that there must be some limit to the width of the code
+in order to reasonably allow developers to have multiple files side-by-side in
+windows on a modest display.  If you are going to pick a width limit, it is
+somewhat arbitrary but you might as well pick something standard.  Going with
+90 columns (for example) instead of 80 columns wouldn't add any significant 
+value and would be detrimental to printing out code.  Also many other projects
+have standardized on 80 columns, so some people have already configured their
+editors for it (vs something else, like 90 columns).</p>
+
+<p>This is one of many contentious issues in coding standards, but is not up
+for debate.</p>
+
 </div>
 
 <!-- _______________________________________________________________________ -->