<div dir="ltr">Hi,<div><br></div><div>I have never seen this particular behavior. What version are you running? Are you possibly using some exotic file encoding? In LLVM and Google style, clang-format most definitely should not be doing this.</div>
<div><br></div><div>Cheers,<br>Daniel</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 5, 2013 at 6:57 AM, Ignacio Enriquez <span dir="ltr"><<a href="mailto:nacho4d@gmail.com" target="_blank">nacho4d@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I hope this is the right place to ask this.<br>
Recently I started using clang-format. And it works really really great!<br>
<br>
I just find odd that code like the following:<br>
<br>
#include "header.h"<br>
#define aNumber 10<br>
<br>
gets converted into<br>
<br>
#include \<br>
    "header.h"<br>
#define aNumber \<br>
    10<br>
<br>
I tried llvm and google styles + other various flags and everything<br>
lead me to the same behaviour regarding #defines/#includes.<br>
How can I disable the break on #defines and very simple #defines?<br>
I saw some sources in llvm and no #include or #define look like above.<br>
Is this a bug? Maybe I am just missing something :)<br>
<br>
Any help is greatly appreciated.<br>
<br>
Ignacio<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>