<div dir="ltr">Clang-format seems to be hard coded to use two space width indentation.<br><div class="gmail_quote"><div dir="ltr"><div>To make it useful to a broader audience I suggest getting rid of this limitation</div><div>
by letting it be part of the FormatStyle.</div><div><br></div><div>I added IndentationWidth to FormatStyle.</div><div>I used IndentationWidth instead of 2 the places that seem most important.</div><div>I added -iw as a switch to clang-format to override selected style.</div>
</div></div></div>