[cfe-dev] Clang-format breaks #include double quotes

Daniel Jasper djasper at google.com
Mon May 19 08:15:21 PDT 2014


This has been fixed a few weeks ago, so upgrading to a later version should
fix the issue.


On Fri, May 16, 2014 at 9:59 PM, jojo_0214 <zhangnan2920214 at 126.com> wrote:

> Hi, I am a newbie for Clang-Format.
>
> I use ./bin/clang-format -style=google -dump-config > .clang-format as my
> base .clang-format.
>
> Based on that, I changed some parameters for my customized demands.
>
> However, after I change the column_limits from 80 to 0(I just want break
> the
> lines using my personal decision), all my #include "header.h" become:
>
> #include \
>      "header.h"
>
> It's weird. I have be struggling with this for a whole day. But the problem
> is still in there.
>
> By the way, all my #include <head.h> do not have this problem
>
> Could anyone give me some clue about this?
>
> Thank you.
>
>
>
> --
> View this message in context:
> http://clang-developers.42468.n3.nabble.com/Clang-format-breaks-include-double-quotes-tp4039553.html
> Sent from the Clang Developers mailing list archive at Nabble.com.
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140519/285530f9/attachment.html>


More information about the cfe-dev mailing list