The __attribute__((specifier-list)) currently is formatted based on the SpacesInParensOptions.Other (previously, SpacesInParentheses). This change allows using Other while disabling addition of spaces between the consecutive parens surrounding the specifier-list.
DependsOn: D155239
This should be covered by SpacesInParetheses, so we really should not have a special option for __attribute__.