<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><br></div><div>Thanks</div><div>Samuel</div></div>