Uncrustify: Where do the options work?

Spaces for operator

{
   bool operator()(T1 const t1, T2 const t2)
   {
      ...
   }
   unc_text operator =()
   {
      ...
   }
   auto max(int a, int b)->int;
   auto max(int a, int b) const->int;
}