Using "UseTabs:ForIndentation", enumerators tabs get replaced/indented with spaces. Not sure if it's intentional but it stands out as odd (having whitespace display enabled in editor). For example, this: ~~~ enum Foo { FOO_1, FOO_2, }; ~~~ Becomes this: ~~~ enum Foo { FOO_1, FOO_2, }; ~~~ I pasted in hard tabs before the enumerators in the first version, hopefully they are visible enough and don't get nuked when rendered. The second version has 4 spaces. Using SVN revision 192053.
Fixed in r192563.
Confirmed. Thanks a lot!