We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I feel following is the more used standard code format for methods -
+ (void)someMessage:(NSString *)subdomain { }
Is it possible to select different coding style ?
The text was updated successfully, but these errors were encountered:
currently, you can modify the source code and remove the semicolumn and new line requirement
Sorry, something went wrong.
Please provide me where i need to edit rules source code to check this type of coding style
#4
you can refer the this PR.
No branches or pull requests
I feel following is the more used standard code format for methods -
Is it possible to select different coding style ?
The text was updated successfully, but these errors were encountered: