Hey,
The other day I asked a question about clang-format on stackoverflow [1]. And another user called attention to the fact that, in the section about AlignConsecutiveDeclarations**,** the types of the initializers and variables do not match. It reads:
int aaaa = 12;
float b = 23;
std::string ccc = 23;
And maybe should be changed to something like: