Uncrustify: Where do the options work?

Spaces for Parenthesis


{
    auto a =
    [=] (int *a, Something b){
        // ...
    };
}
void foo(int key, int value)
{
    a = (b + c);
    a = B((c) + (d));
    return A(key, value) + B();
}
}
class STDMETHOD
{
   STDMETHOD(GetValues)(BSTR bsName, REFDATA** pData);
};
void (__attribute__((noreturn)) ****f) (void);

char *__attribute__((aligned(8))) *f;

(struct foo){...}

typedef const char *(*somefunc_t)(void *barstool);





if(a){ b = 13; }