Uncrustify: Where do the options work?

Spaces for template

{
   template<bool a>void f();

   new List(foo);

   new List();

   List<byte>m;
   template <typename T>static ...;

   template<typename T> class Foo<Bar<T>> { };
}