bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-indent] Split String


From: Hanson, Matthew
Subject: [Bug-indent] Split String
Date: Wed, 7 May 2003 08:49:42 -0500

Hi--

Is it possible to have indent split strings that are longer than the desired
line lenght?

For example:

std::cout << "This is a really, really long string constant" << std::endl;

-->

std::cout << "This is a really, "
        "really long string constant" << std::endl;

Maybe a printf would have made more sense, but...

Thanks!
Matt Hanson




reply via email to

[Prev in Thread] Current Thread [Next in Thread]