-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improve dummy_implementations
preview style formatting
#9240
Conversation
2ce7f10
to
760d12e
Compare
|
* Only collapse dummy blocks if the parent is a function definition or class definition * Don't insert empty lines between two function definitions if the preceding statement is a dummy definition and the two definitions aren't separated by an empty line. Not enforcing an empty lines allows grouping overloaded function definitions. Signed-off-by: Micha Reiser <[email protected]>
760d12e
to
3d05048
Compare
Summary
Improve
dummy_implementations
preview styleTest Plan
cargo test