<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 22, 2013 at 5:02 AM, Björn Töpel <span dir="ltr"><<a href="mailto:bjorn.topel@gmail.com" target="_blank">bjorn.topel@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have a code project that I'd like to re-indent using<br>
clang-format,however, in order not to break the history, I'd like to<br>
make the tool *only* format horizontally (e.g. git log  -b -w will<br>
just ignore the re-indentation commit).<br>
<br>
So it would be a "best effort" re-indent - doing the best it can, but<br>
only horizontally (still removing extra spaces in parenthesis pair<br>
etc.)<br>
<br>
Is this possible?</blockquote><div><br></div><div>No - that's not an existing feature of clang-format. It might be an interesting one to consider adding, though. </div></div></div></div>