Uncrustify: Where do the options work?

Spaces for new/ delete

{
    Foo* foo = newFoo(a,v);
    // does'nt work at every place

    delete[]m_used;

    Foo* foo = new(ptr,std::nothrow)Foo[];
}