This option controls whether a space should precede the colon that introduces a base class or interface in a type declaration.
class A : B {}
class A: B {}