Skip to content
New issue

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

requreSpaceBefore/AfterBitwise Operators #26

Closed
zz85 opened this issue Jan 1, 2015 · 1 comment · Fixed by #29
Closed

requreSpaceBefore/AfterBitwise Operators #26

zz85 opened this issue Jan 1, 2015 · 1 comment · Fixed by #29

Comments

@zz85
Copy link
Owner

zz85 commented Jan 1, 2015

no good

( 1<<11 ) - ( 1<<5 ) - 1

good

( 1 << 11 ) - ( 1 << 5 ) - 1

we should probably add our own test suite for #22 too...

@zz85
Copy link
Owner Author

zz85 commented Jan 1, 2015

not sure if these are considered binary operators. rule: requireSpaceBeforeBinaryOperators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant