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

Attempt to break long expressions into multiple lines #5207

Merged
merged 12 commits into from
Oct 28, 2023

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    f04b312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    769231b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e45245c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88c2410 View commit details
    Browse the repository at this point in the history
  5. Fix struct indentation

    Fix struct properties indentation
    cr-fuel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1d2bf20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0a6fdc View commit details
    Browse the repository at this point in the history
  7. Clippy

    cr-fuel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    cacbe82 View commit details
    Browse the repository at this point in the history
  8. Improve while fmt

    cr-fuel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4adc891 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c99eaa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8734d49 View commit details
    Browse the repository at this point in the history
  11. Update chained methods and arguments

    Update rules to decide whether to split chained methods and their
    arguments and how to count their width. The list of arguments is
    independent from their previous bytes (like in chained
    functions/methods)
    cr-fuel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e71b122 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    be017df View commit details
    Browse the repository at this point in the history