<div dir="ltr">Generally, see here:<div><a href="https://clang.llvm.org/docs/ClangFormatStyleOptions.html#adding-additional-style-options" target="_blank" class="cremed">https://clang.llvm.org/docs/<wbr>ClangFormatStyleOptions.html#<wbr>adding-additional-style-<wbr>options</a><br></div><div><br></div><div>I vaguely remember this question being brought up before and I think we decided against it.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 13, 2017 at 2:14 PM, Manuel Klimek via cfe-dev <span dir="ltr"><<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><span class=""><div dir="ltr">On Sat, Nov 11, 2017 at 7:20 AM Samuel Williams via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am interested in contributing to clang-format, to add an option to preserve and correct leading indentation.<div><br></div><div>Right now if you write code such as:</div><div><br></div><div>{</div><div>....int x = 10;</div><div>....</div><div>....return x;</div><div>}</div><div><br></div><div>The line in the middle will be truncated and there is no option to control it.</div><div><br></div><div>Some code prefers to have indented leading whitespace, indented to the same level as the previous line.</div><div><br></div><div>Would such a contribution be accepted and is anyone willing to help me through the process where necessary?</div></div></blockquote><div><br></div></span><div>The current reasoning is that with an automated formatter the indented leading whitespace doesn't help any more.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Thanks</div><div>Samuel</div></div>
______________________________<wbr>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-dev</a><br>
</blockquote></div></div>
<br>______________________________<wbr>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>