<div dir="ltr">My organization's coding standards include not putting a space before assignment operators, e.g. "int a= 42;". In order for us to be able to use clang-format, we need support for this.<div><br>
</div><div>I've attached a patch that adds a new format style option, "SpaceBeforeAssignmentOperators." All the existing hard-coded styles now default to having it set to true. I've also included a test.</div>
<div><br></div><div>Please let me know if this looks good, or if there's anything else I can do.</div><div><br></div><div>Thank you!</div><div>Aaron</div></div>