uncrustify / uncrustify

Code beautifier
http://uncrustify.sourceforge.net/
GNU General Public License v2.0
2.86k stars 566 forks source link

Macros and stream operators #61

Closed os12 closed 12 years ago

os12 commented 12 years ago

I use a macro together with the stream operator (<<) to write into the log. bengardner-uncrustify-82f70d3 produces the following code:

LOG(hanle_) 
<< "Some output: " << arg << " more output";

It would be really cool to be able to state that these "follow on" lines are indented. Thanks!

os12 commented 12 years ago

Fixed here: https://github.com/bengardner/uncrustify/commit/5ff36433c85ca55a3b4f6d972dbbb5d7e9082b62