<div dir="ltr">I&#39;ve come to like to use a tool to automatically indent and format source code. This has several advantages -- the code has automatically a consistent style, indentation errors become obvious, and one doesn&#39;t have to spend time formatting the code manually while coding.<div><br></div><div>clang-format is the best such tool of which I&#39;m aware. It&#39;s vastly better than e.g. GNU indent.</div><div><br></div><div>I propose to re-format Carpet&#39;s source code via clang-format.</div><div><br></div><div>Usually, changing the source code format is disruptive, since patches or local modifications won&#39;t apply cleanly any more. However, with clang-format, I don&#39;t think that this is an issue -- one can use clang-format on the modified code (e.g. a branch), which should eliminate gratuitous changes.</div><div><br></div><div>Please comment.</div><div><br></div><div>-erik<br><div><div><div><br></div>-- <br><div class="gmail_signature">Erik Schnetter &lt;<a href="mailto:schnetter@cct.lsu.edu" target="_blank">schnetter@cct.lsu.edu</a>&gt;<br><a href="http://www.perimeterinstitute.ca/personal/eschnetter/" target="_blank">http://www.perimeterinstitute.ca/personal/eschnetter/</a></div>
</div></div></div></div>