Likely also happens for other values of align_array_table.
So for cases like:
local a = {
{ 'a', 'b' },
{ 'aaaaaa', 'bbbbb' },
}
local b = {
{ 'ḉ', 'b' },
{ 'aaaaaa', 'bbbbb' },
}
The formatter produces that output instead of aligning the second table too.
Forcing the spacing causes the formatter to trigger a multiple spaces check.
