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

Enforce alphabetical sorting with tidy #102719

Merged
merged 3 commits into from Oct 12, 2022
Merged

Commits on Oct 12, 2022

  1. Add tidy directoy tidy-alphabetical

    It can be used to ensure that a list of things is sorted alphabetically.
    It goes off lines, but contains several heuristics to work with normal
    Rust code (looking at indentation, ignoring comments and attributes).
    Nilstrieb authored and Dylan-DPC committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    0e38673 View commit details
    Browse the repository at this point in the history
  2. Use tidy-alphabetical in the compiler

    Nilstrieb authored and Dylan-DPC committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    7bfef19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce35609 View commit details
    Browse the repository at this point in the history