Uncrustify: Where do the options work?

Spaces for assign

int a = 5;
     █ █

int decimal=1;
normal+=2;

int find(size_t idx=0);

enum FLAGS {
    FLAGS_decimal=1,

return [=](T* t) {  };