Rule for Enforcing space between method scope and method return type.

Issue #45 on hold
Former user created an issue

Add a rule for enforcing the amount of whitespace between method scope and the method return type. Ex:

// One space. - (void)method;

// No space. -(void)method;

Comments (2)

  1. Log in to comment