An option to allow formatting like below would be wonderful. I like to line up my equal signs for similar variables, currently the formatter would remove those extra spaces.
// github code view isn't aligning these, but they should be :)
int a = 0;
int longer_name = 1;
// similarly for initializer lists:
{A, 10, another_thing},
{B, 123, b_thing}
An option to allow formatting like below would be wonderful. I like to line up my equal signs for similar variables, currently the formatter would remove those extra spaces.