New DCD and dfmt betas

Jacob Carlborg via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Jan 26 05:37:45 PST 2016


On 2016-01-26 10:05, Brian Schott wrote:

> I recently ran dfmt on itself. You can get a pretty good idea of its
> default output by looking at the source.

I'm asking because it doesn't manage to line break this code at all:

void main()
{
     auto a = 1234567890 + 1234567890 + 1234567890 + 1234567890 + 
1234567890 + 1234567890 + 1234567890 + 1234567890 + 1234567890 + 
1234567890 + 1234567890 + 1234567890 + 1234567890 + 1234567890 + 
1234567890 + 1234567890 + 1234567890 + 1234567890;
}

The line with "auto a" is actually one line. Not sure how it will show 
up in the newsgroup.

Should I report a bug?

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list