Uncrustify
: Where do the options work?
Spaces for new/ delete
{ Foo* foo = new
█
Foo(a,v); delete[]
█
m_used; Foo* foo = new
█
(
█
ptr,std::nothrow
█
)
█
Foo[]; }