Hi, In my coding style, I do not use spaces at all around pointer, e.g.: int*a = NULL; Would it be possible to add a `nospace` option to `PointerAlignment`? Thanks.