-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Implementing rules for when lines are forced before members #535
Conversation
This is basically done, there are just a lot of edge cases related to preprocessor directives to figure out. I also wanted to see if anyone had any feedback on the proposed rules for when blank lines are forced. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oaf. This is long and complicated. I'm just going to trust that you got it right 😝
@shocklateboy92 it was actually pretty simple until I started testing on real world code and ran into all the edge cases with preprocessor statements. I am pretty confident the code works. But there is some of it that I am sure could probably be simplified. |
closes #285