clang-format: How to align list of struct inits

I have an array of structs: (assume that the identifiers are #defined somewhere else...) typedef struct { int a; char id[2+1]; } T; const T T_list[] = { { PRIO_HOUSE, "HI" }, {