Uncrustify: Where do the options work?

Spaces for new/ delete

{
    Foo* foo = newFoo(a,v);
    delete[]m_used;

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