<div dir="ltr">This has been fixed a few weeks ago, so upgrading to a later version should fix the issue.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 16, 2014 at 9:59 PM, jojo_0214 <span dir="ltr"><<a href="mailto:zhangnan2920214@126.com" target="_blank">zhangnan2920214@126.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, I am a newbie for Clang-Format.<br>
<br>
I use ./bin/clang-format -style=google -dump-config > .clang-format as my<br>
base .clang-format.<br>
<br>
Based on that, I changed some parameters for my customized demands.<br>
<br>
However, after I change the column_limits from 80 to 0(I just want break the<br>
lines using my personal decision), all my #include "header.h" become:<br>
<br>
#include \<br>
     "header.h"<br>
<br>
It's weird. I have be struggling with this for a whole day. But the problem<br>
is still in there.<br>
<br>
By the way, all my #include <head.h> do not have this problem<br>
<br>
Could anyone give me some clue about this?<br>
<br>
Thank you.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://clang-developers.42468.n3.nabble.com/Clang-format-breaks-include-double-quotes-tp4039553.html" target="_blank">http://clang-developers.42468.n3.nabble.com/Clang-format-breaks-include-double-quotes-tp4039553.html</a><br>

Sent from the Clang Developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>