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
Is it possible to get spacecommander to respect this:
@import UIKit; void main() { CGRect rect = CGRectMake( 0.f, 0.f, 100.f, 200.f ); NSLog(@"%@", NSStringFromCGRect(rect)); }
Rather than converting it to this?
@import UIKit; void main() { CGRect rect = CGRectMake( 0.f, 0.f, 100.f, 200.f); NSLog(@"%@", NSStringFromCGRect(rect)); }
This looks like a shortcoming with clang-format but not sure if it's possible to workaround with a script in spacecommander.
clang-format
The text was updated successfully, but these errors were encountered:
I get the same trouble . I define the function but i do not want break to a newline... How can I configuration the .clang-format
Sorry, something went wrong.
No branches or pull requests
Is it possible to get spacecommander to respect this:
Rather than converting it to this?
This looks like a shortcoming with
clang-format
but not sure if it's possible to workaround with a script in spacecommander.The text was updated successfully, but these errors were encountered: