Cue / ocstyle

Objective-C style checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for other code Format

leapfrog-bishalghimire opened this issue · comments

I feel following is the more used standard code format for methods -

    + (void)someMessage:(NSString *)subdomain {
    }

Is it possible to select different coding style ?

currently, you can modify the source code and remove the semicolumn and new line requirement

Please provide me where i need to edit rules source code to check this type of coding style

  • (void)someMessage:(NSString *)subdomain {
    }

#4

you can refer the this PR.