80 characters.  Not a phobos contributor, but I've been coding for 20 years in various languages.  Long lines are hard to read - almost invariable nasty compound expressions (which should be factored for readability) or extremely long identifier names (nothing wrong with this, but ids should be as long as necessary and no longer.  There is no benefit to putting so much stuff onto a single line.<div>
<br></div><div>If you don't like coding style rules, tough - welcome to the real world.  Until we write an IDE that operates on ASTs and formats code on an individual basis, we will continue to have to do these things.</div>
<div><br></div><div>P.S. As a general rule, maintain the formatting style of the file in which you are making edits (spacing, bracing, etc.) <br><div><br></div><div>- Cliff</div><div><br><div class="gmail_quote">On Sat, Apr 9, 2011 at 4:13 PM, Simen Kjaeraas <span dir="ltr"><<a href="mailto:simen.kjaras@gmail.com">simen.kjaras@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Sun, 10 Apr 2011 01:02:30 +0200, Andrei Alexandrescu <<a href="mailto:andrei@erdani.com" target="_blank">andrei@erdani.com</a>> wrote:<br>

<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I must bring this back into discussion because it seems the recent traffic in the matter left the impression that "anything goes".<br>
<br>
We have a pull request (<a href="https://github.com/D-Programming-Language/phobos/pull/27" target="_blank">https://github.com/D-Programming-Language/phobos/pull/27</a>) with at least one line that is 195 characters long and others of comparable lengths.<br>

<br>
I think as far as presenting arguments the ship has sailed. Let's now agree on a maximum line length. What should that be? 80? (Yes please.) 100? 120? Give me your vote for a number, but please let's avoid reviewing telex rolls going forward.<br>

</blockquote>
<br></div>
The longest line is actually 408 characters long. Ouch.<br>
<br>
I'm firmly in the 80-char camp. That said, I'm not a Phobos contributor,<br>
so perhaps I should keep my mouth shut (or my fists clenched, or whatever<br>
the equivalent is for typing).<br>
<br>
-- <br><font color="#888888">
Simen</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
phobos mailing list<br>
<a href="mailto:phobos@puremagic.com" target="_blank">phobos@puremagic.com</a><br>
<a href="http://lists.puremagic.com/mailman/listinfo/phobos" target="_blank">http://lists.puremagic.com/mailman/listinfo/phobos</a><br>
</div></div></blockquote></div><br></div></div>