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

Improve dummy_implementations preview style formatting #9240

Merged
merged 1 commit into from Dec 22, 2023

Commits on Dec 22, 2023

  1. Improve dummy_implementations preview style

    * 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 <micha@reiser.io>
    MichaReiser committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3d05048 View commit details
    Browse the repository at this point in the history