<div dir="ltr">Hi,<div><br></div><div>I realize our style guideline DOES state the indentation must be done by 4 spaces but should we also explicitly prohibit using indentations for alignment?</div><div><br></div><div>Correct:</div>

<div><font face="courier new, monospace">someFunction(someLongArgument,</font></div><div><font face="courier new, monospace">    someOtherLongArgument);</font></div><div><br></div><div>Wrong:</div><div><div><font face="courier new, monospace">someFunction(someLongArgument,</font></div>

<div><font face="courier new, monospace">             someOtherLongArgument);</font></div></div><div><br clear="all"><div>- R. Niwa</div><div><br></div>
</div></div>