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

Reply via email to